setMethodCallHandler method
Implementation
@override
Future<void> setMethodCallHandler(Future Function(MethodCall call)? handler) async {
methodChannel.setMethodCallHandler(handler);
}
@override
Future<void> setMethodCallHandler(Future Function(MethodCall call)? handler) async {
methodChannel.setMethodCallHandler(handler);
}