refreshFleetDevicesApi function
- BuildContext context
Refresh the currently logged-in user's devices
Implementation
Future<void> refreshFleetDevicesApi(BuildContext context) async {
await context.asyncRefresh(fleetDevicesApiProvider);
}
Refresh the currently logged-in user's devices
Future<void> refreshFleetDevicesApi(BuildContext context) async {
await context.asyncRefresh(fleetDevicesApiProvider);
}