【问题标题】:throw MissingPluginException('No implementation found for method $method on channel $name'); [closed]throw MissingPluginException('在通道 $name 上找不到方法 $method 的实现'); [关闭]
【发布时间】:2021-06-30 01:13:18
【问题描述】:

我有一个颤振应用程序,我使用 Google 登录 Firebase,但我运行应用程序并单击登录按钮,调试时出现错误

 if (result == null) {
  if (missingOk) {
    return null;
  }
  throw MissingPluginException('No implementation found for method $method on channel  $name');
}
return codec.decodeEnvelope(result) as T?;
}

有什么帮助吗?

【问题讨论】:

  • 停止您的应用并再次运行。

标签: firebase flutter dart google-cloud-platform google-signin


【解决方案1】:

解决方案非常简单,只需停止您的应用并再次运行即可 我希望这是有用的

【讨论】:

    猜你喜欢
    • 2020-10-20
    • 2023-03-20
    • 2021-12-17
    • 2020-08-14
    • 1970-01-01
    • 2021-11-25
    • 2021-12-21
    • 2020-12-09
    相关资源
    最近更新 更多