import '../domain/models/Student.dart'; abstract class ApiInterface{ Future?> loadData(String? q); }