提交 9ebebe10 编写于 作者: J Jason Simmons 提交者: GitHub

Fix Javadoc on FlutterMethodChannel (#3522)

上级 ae2342e9
......@@ -74,7 +74,8 @@ public final class FlutterMethodChannel {
/**
* Invokes a method on this channel.
*
* @param call a {@link MethodCall}.
* @param method the name String of the method.
* @param arguments the arguments for the invocation, possibly null.
* @param handler a {@link Response} handler for the invocation result.
*/
public void invokeMethod(String method, Object arguments, Response handler) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册