invokeMethod<T> method
Implementation
Future<T?> invokeMethod<T>(
String method, [
Map<String, Object?> arguments = const <String, Object?>{},
]) {
throw UnimplementedError('$method() has not been implemented.');
}
Future<T?> invokeMethod<T>(
String method, [
Map<String, Object?> arguments = const <String, Object?>{},
]) {
throw UnimplementedError('$method() has not been implemented.');
}