setMethodCallHandler static method

void setMethodCallHandler(
  1. Future handler(
    1. MethodCall call
    )?
)

Implementation

static void setMethodCallHandler(Future<dynamic> Function(MethodCall call)? handler) {
  return FlutterAddtoappBridgePlatform.instance.setMethodCallHandler(handler);
}