isPhysicalDevice property
- @Deprecated("Use nullable DeviceInfo.data['isPhysicalDevice'] instead.")
false
if the application is running in an emulator, true
otherwise.
Implementation
@Deprecated("Use nullable DeviceInfo.data['isPhysicalDevice'] instead.")
static String get isPhysicalDevice =>
_deviceParameters['isPhysicalDevice'] ?? '';