MixInstanceInvoke extension
- on
Methods
-
invokeInstanceMethod<
T> (String method, {dynamic arguments}) → Future< T> -
Available on MixInstance, provided by the MixInstanceInvoke extension
-
invokeListMethod<
T> (String method, {dynamic arguments}) → Future< List< T> > -
Available on MixInstance, provided by the MixInstanceInvoke extension
-
invokeMapMethod<
K, V> (String method, {dynamic arguments}) → Future< Map< K, V> > -
Available on MixInstance, provided by the MixInstanceInvoke extension
-
invokeOptionalListMethod<
T> (String method, {dynamic arguments}) → Future< List< T> ?> -
Available on MixInstance, provided by the MixInstanceInvoke extension
-
invokeOptionalMapMethod<
K, V> (String method, {dynamic arguments}) → Future< Map< K, V> ?> -
Available on MixInstance, provided by the MixInstanceInvoke extension
-
invokeOptionalMethod<
T> (String method, {dynamic arguments}) → Future< T?> -
Available on MixInstance, provided by the MixInstanceInvoke extension
-
invokeVoidMethod(
String method, {dynamic arguments}) → Future< void> -
Available on MixInstance, provided by the MixInstanceInvoke extension