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