deviceInfo function
Access to DeviceInfo
.
Implementation
@riverpod
DeviceInfoPlugin deviceInfo(Ref ref) {
return ref.read(appProvider).device;
}
Access to DeviceInfo
.
@riverpod
DeviceInfoPlugin deviceInfo(Ref ref) {
return ref.read(appProvider).device;
}