refreshCompany function

Future<void> refreshCompany(
  1. BuildContext context
)

Implementation

Future<void> refreshCompany(BuildContext context) {
  return context.asyncRefresh(meApiProvider);
}