setMethodCallHandler method
Set callback handler for method calls from native.
Implementation
void setMethodCallHandler(Future<dynamic> Function(String method, dynamic arguments)? handler) {
throw UnimplementedError('setMethodCallHandler() has not been implemented.');
}