import 'package:flutter_project/presentation/home_page/home_page.dart'; abstract class ApiInterface { Future?> loadData(); }