Home
last modified time | relevance | path

Searched defs:invokeMethod (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DMethodChannel.java83 public void invokeMethod(@NonNull String method, @Nullable Object arguments) { in invokeMethod() method in MethodChannel
97 public void invokeMethod(String method, @Nullable Object arguments, Result callback) { in invokeMethod() method in MethodChannel