import '../models/user_model.dart'; abstract class IAuthHttpDataSource { Future login(String username, String password, int sourceType); }