import 'package:model/model.dart'; abstract class AuthenticationDataSource { Future authenticationUser(Uri baseUrl, UserName userName, Password password); }