invokeMethod method
Generic method to invoke platform-specific functionality
Implementation
Future<dynamic> invokeMethod(String method, [Map<String, dynamic>? arguments]) {
throw UnimplementedError('invokeMethod() has not been implemented.');
}
Generic method to invoke platform-specific functionality
Future<dynamic> invokeMethod(String method, [Map<String, dynamic>? arguments]) {
throw UnimplementedError('invokeMethod() has not been implemented.');
}