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