rx_command
rx_command_listener
RxCommandListener
<
TParam
,
TResult
>
onResult property
onResult
rx_command
rx_command_listener
RxCommandListener
<
TParam
,
TResult
>
onResult property
RxCommandListener class
Constructors
RxCommandListener
Properties
busyChangeSubscription
busySubscription
canExecuteStateSubscription
command
debounceDuration
errorSubscription
hashCode
onCanExecuteChange
onError
onIsBusy
onIsBusyChange
onNotBusy
onResult
onValue
resultsSubscription
runtimeType
valueSubscription
Methods
dispose
noSuchMethod
toString
Operators
operator ==
onResult
property
void Function
(
CommandResult
<
TResult
>
result
)
onResult
final
Implementation
final void Function(CommandResult<TResult> result) onResult