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