devInvokeMethod<T> abstract method

  1. @Deprecated('Dev only')
Future<T> devInvokeMethod<T>(
  1. String method, [
  2. Object? arguments
])

testing only

Implementation

@Deprecated('Dev only')
Future<T> devInvokeMethod<T>(String method, [Object? arguments]);