isPhysicalDevice property

String isPhysicalDevice

false if the application is running in an emulator, true otherwise.

Implementation

static String get isPhysicalDevice =>
    _deviceParameters['isPhysicalDevice'] ?? '';