menu
freemework package
documentation
channel/f_channel_invoke.dart
FChannelInvoke<TIn, TOut>
invoke abstract method
invoke abstract method
dark_mode
light_mode
invoke
abstract method
Future
<
TOut
>
invoke
(
FExecutionContext
executionContext
,
TIn
args
)
Implementation
Future<TOut> invoke(FExecutionContext executionContext, TIn args);
freemework package
documentation
channel/f_channel_invoke
FChannelInvoke<TIn, TOut>
invoke abstract method
FChannelInvoke class