isPhysicalDevice abstract method

Future<bool> isPhysicalDevice()

On Android: DeviceInfoPlugin().androidInfo.isPhysicalDevice

On iOS: DeviceInfoPlugin().iosInfo.isPhysicalDevice

On web: true

Implementation

Future<bool> isPhysicalDevice();