check phone repo
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
part of '../auth.dart';
|
||||
|
||||
abstract class IAuthRepository {
|
||||
Future<Either<AuthFailure, CheckPhone>> checkPhone({
|
||||
required String phoneNumber,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user