devInvokeMethod static method

  1. @Deprecated('Testing only')
Future<void> devInvokeMethod(
  1. String method, [
  2. dynamic arguments
])

Testing only

Implementation

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