devInvokeMethod static method
Testing only
Implementation
@Deprecated('Testing only')
static Future<void> devInvokeMethod(String method,
[dynamic arguments]) async {
await invokeMethod<dynamic>(method, arguments);
}
Testing only
@Deprecated('Testing only')
static Future<void> devInvokeMethod(String method,
[dynamic arguments]) async {
await invokeMethod<dynamic>(method, arguments);
}