标签: flutter
我的auth.dart混乱中有这段代码,但是为什么_app.name错误?
auth.dart
Future<void> reload() { return FirebaseAuthPlatform.instance.reload(_app.name); }