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);
}