import 'package:http/http.dart'; abstract class BaseAuthClient implements BaseClient { String getServer(); Map getHeaders(); }