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