We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e242007 commit 44e7de1Copy full SHA for 44e7de1
1 file changed
packages/firebase_ui_auth/test/test_utils.dart
@@ -193,18 +193,6 @@ class MockAuth extends Mock implements fba.FirebaseAuth {
193
);
194
}
195
196
- @override
197
- Future<List<String>> fetchSignInMethodsForEmail(String? email) async {
198
- return super.noSuchMethod(
199
- Invocation.method(
200
- #fetchSignInMethodsForEmail,
201
- [email],
202
- ),
203
- returnValue: <String>['phone'],
204
- returnValueForMissingStub: <String>['phone'],
205
- );
206
- }
207
-
208
@override
209
Future<void> verifyPhoneNumber({
210
String? phoneNumber,
0 commit comments