updateDeviceProvider top-level property
final
Provides a use case for updating a device's details
Implementation
final updateDeviceProvider = Provider<UpdateDeviceUseCase>(
(ref) => updateDeviceApi,
);
Provides a use case for updating a device's details
final updateDeviceProvider = Provider<UpdateDeviceUseCase>(
(ref) => updateDeviceApi,
);