add phone signin
This commit is contained in:
5
lib/fcs/common/services/user_interface.dart
Normal file
5
lib/fcs/common/services/user_interface.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
import 'package:fcs/fcs/common/domain/entities/user.dart';
|
||||
|
||||
abstract class UserInterface {
|
||||
Future<User> getUser(String id);
|
||||
}
|
||||
Reference in New Issue
Block a user