fullRefreshFleetDevicesApi function
- BuildContext context
Fully refresh the currently logged-in user's devices
Implementation
Future<void> fullRefreshFleetDevicesApi(BuildContext context) async {
await context.fullRefresh(fleetDevicesApiProvider);
}