devInvokeMethod<T> abstract method

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

testing only

Implementation

@deprecated
Future<T> devInvokeMethod<T>(String method, [dynamic arguments]);