invokeMethod method

Future invokeMethod(
  1. String method, [
  2. Map<String, dynamic>? arguments
])

Generic method to invoke platform-specific functionality

Implementation

Future<dynamic> invokeMethod(String method, [Map<String, dynamic>? arguments]) {
  throw UnimplementedError('invokeMethod() has not been implemented.');
}