jsInvokeMethod function

  1. @JS('jsInvokeMethod')
Future jsInvokeMethod(
  1. DartWebPluginBaseChannelMessageArguments arguments
)

Implementation

@JS('jsInvokeMethod')
external Future<dynamic> jsInvokeMethod(
  DartWebPluginBaseChannelMessageArguments arguments,
);