menu
info_x package
documentation
device_info.dart
PlatformInfoFuture
deviceModel property
deviceModel property
dark_mode
light_mode
deviceModel
property
Future
<
String
?
>
get
deviceModel
Implementation
Future<String?> get deviceModel async => (await this).deviceModel;
info_x package
documentation
device_info
PlatformInfoFuture
deviceModel property
PlatformInfoFuture extension on
FutureOr
<
DeviceInfo
>