【发布时间】: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