setMethodCallHandler method
Implementation
Future<void> setMethodCallHandler({required Future<dynamic> Function(MethodCall call)? handler}) {
throw UnimplementedError('setMethodCallHandler() has not been implemented.');
}
Future<void> setMethodCallHandler({required Future<dynamic> Function(MethodCall call)? handler}) {
throw UnimplementedError('setMethodCallHandler() has not been implemented.');
}