fullRefreshHomes function

Future<void> fullRefreshHomes(
  1. BuildContext context
)

Implementation

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