setGlobalMethodCallHandler static method
Implementation
static void setGlobalMethodCallHandler(
Future<void> Function(MethodCall) handler,
) {
_globalMethodCallHandler = handler;
}
static void setGlobalMethodCallHandler(
Future<void> Function(MethodCall) handler,
) {
_globalMethodCallHandler = handler;
}