fullRefreshHomes function
- BuildContext context
Implementation
Future<void> fullRefreshHomes(BuildContext context) async {
await context.fullRefresh(homesApiProvider);
}
Future<void> fullRefreshHomes(BuildContext context) async {
await context.fullRefresh(homesApiProvider);
}