invokeMethod method
Generic method to invoke platform-specific functionality
Implementation
@override
Future<dynamic> invokeMethod(String method, [Map<String, dynamic>? arguments]) async {
return await methodChannel.invokeMethod(method, arguments);
}