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