mirror of
https://github.com/flutter/samples.git
synced 2026-03-28 23:32:05 +00:00
Adjust lint rules for experimental/web_dashboard (#820)
This commit is contained in:
@@ -19,8 +19,7 @@ class FirebaseAuthService implements Auth {
|
||||
Future<User> signIn() async {
|
||||
try {
|
||||
return await _signIn();
|
||||
} on PlatformException catch (e) {
|
||||
print('Unable to sign in: $e');
|
||||
} on PlatformException {
|
||||
throw SignInException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user