MPFlutterPlatformViewCallback typedef

MPFlutterPlatformViewCallback = dynamic Function(String event, JSObject detail)

Implementation

typedef MPFlutterPlatformViewCallback = dynamic Function(
    String event, mpjs.JSObject detail);