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