devInvokeMethod static method

  1. @deprecated
Future<void> devInvokeMethod(
  1. String method, [
  2. dynamic arguments
])

Testing only

Implementation

@deprecated
static Future<void> devInvokeMethod(String method,
    [dynamic arguments]) async {
  await invokeMethod<dynamic>(method, arguments);
}