setMethodCallHandler static method
Implementation
static void setMethodCallHandler(
Future<dynamic> Function(MethodCall call) handler) {
_channel.setMethodCallHandler(handler);
}
static void setMethodCallHandler(
Future<dynamic> Function(MethodCall call) handler) {
_channel.setMethodCallHandler(handler);
}