PlatformInfoFuture extension
- on
Properties
-
deviceBrand
→ Future<
String?> -
Available on FutureOr<
DeviceInfo> , provided by the PlatformInfoFuture extensionno setter -
deviceModel
→ Future<
String?> -
Available on FutureOr<
DeviceInfo> , provided by the PlatformInfoFuture extensionno setter -
deviceType
→ Future<
String> -
Available on FutureOr<
DeviceInfo> , provided by the PlatformInfoFuture extensionno setter -
deviceUUID
→ Future<
String> -
Available on FutureOr<
DeviceInfo> , provided by the PlatformInfoFuture extensionno setter -
ipAddress
→ Future<
String?> -
Available on FutureOr<
DeviceInfo> , provided by the PlatformInfoFuture extensionno setter -
isSimulator
→ Future<
bool> -
Available on FutureOr<
DeviceInfo> , provided by the PlatformInfoFuture extensionno setter -
language
→ Future<
String> -
Available on FutureOr<
DeviceInfo> , provided by the PlatformInfoFuture extensionno setter -
locale
→ Future<
String> -
Available on FutureOr<
DeviceInfo> , provided by the PlatformInfoFuture extensionno setter -
location
→ Future<
GeoPoint> -
Available on FutureOr<
DeviceInfo> , provided by the PlatformInfoFuture extensionno setter -
softwareVersion
→ Future<
String?> -
Available on FutureOr<
DeviceInfo> , provided by the PlatformInfoFuture extensionno setter
Methods
-
get(
) → DeviceInfo -
Available on FutureOr<
DeviceInfo> , provided by the PlatformInfoFuture extension