menu
claid package
documentation
RemoteFunction/RemoteFunctionRunnable.dart
RemoteFunctionRunnable<T>
RemoteFunctionRunnable constructor
RemoteFunctionRunnable constructor
dark_mode
light_mode
RemoteFunctionRunnable<
T
>
constructor
RemoteFunctionRunnable<
T
>
(
Function
_function
,
T
_returnType
,
List
_parameterTypes
)
Implementation
RemoteFunctionRunnable( this._function, this._returnType, this._parameterTypes) { }
claid package
documentation
RemoteFunction/RemoteFunctionRunnable
RemoteFunctionRunnable<T>
RemoteFunctionRunnable constructor
RemoteFunctionRunnable class