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