MethodCall typedef
Calls a named method referenced in a MethodConnector.
Implementation
typedef MethodCall =
Future Function(Session session, Map<String, dynamic> params);
Calls a named method referenced in a MethodConnector.
typedef MethodCall =
Future Function(Session session, Map<String, dynamic> params);