refreshHomes function

Future<void> refreshHomes(
  1. BuildContext context
)

Implementation

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