refreshHomeOwner function

Future<void> refreshHomeOwner(
  1. BuildContext context
)

Implementation

Future<void> refreshHomeOwner(BuildContext context) async {
  await context.asyncRefresh(homeownerApiProvider);
}