开发者社区 问答 正文

Flutter Plugin中Platform Channel是什么?

Flutter Plugin中Platform Channel是什么? 求大佬解答

展开
收起
爱吃鱼的程序员 2020-12-28 16:18:27 792 分享 版权
来自: 闲鱼技术
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    ●FlutterApp(Client),通过MethodChannel类向Platform发送调用消息;62> FlutterinAction——闲鱼最佳实践●AndroidPlatform(Host),通过MethodChannel类接收调用消息;●iOSPlatform(Host),通过FlutterMethodChannel类接收调用消息。

    2020-12-28 16:18:43
    赞同 展开评论