This results in a MissingPluginException * on the Dart side, unless an <a * href="https://api.flutter.dev/flutter...(@NonNull MethodCall call, @NonNull Result result); onMethodCall 参数简介 : MethodCall call : Dart 端传递来的消息...; Object arguments : 表示调用的参数 ; /** Command object representing a method call on a {@link MethodChannel...Android 端的 " + call.method + " 方法 , 参数是 " + call.arguments); } }); 最后 , 调用 mMethodChannel 的 invokeMethod