mirror of
https://github.com/Iconica-Development/flutter_login_widget.git
synced 2025-05-19 13:43:44 +02:00
Update login_repository.dart
This commit is contained in:
parent
78797b29d8
commit
dab2b7fb6e
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ abstract class LoginRepository {
|
||||||
String getLoginError() => loginError;
|
String getLoginError() => loginError;
|
||||||
Future<bool> login(String username, String password);
|
Future<bool> login(String username, String password);
|
||||||
Future<LoginUser?> signInWithSocial(SocialLoginBundle bundle);
|
Future<LoginUser?> signInWithSocial(SocialLoginBundle bundle);
|
||||||
Future<bool?> userprofileExists();
|
|
||||||
Future sendLoginEmail(String input);
|
Future sendLoginEmail(String input);
|
||||||
Future<void> trySignInWithPhoneNumber({
|
Future<void> trySignInWithPhoneNumber({
|
||||||
required String phoneNumber,
|
required String phoneNumber,
|
||||||
|
|
Loading…
Reference in a new issue