Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DMethodCall.java16 public final class MethodCall { class
37 public MethodCall(String method, Object arguments) { in MethodCall() method in MethodCall
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dmethod_call.h19 MethodCall(const std::string& method_name, std::unique_ptr<T> arguments) in MethodCall() function