isPhysicalDevice method

  1. @override
Future<bool> isPhysicalDevice()
override

On Android: DeviceInfoPlugin().androidInfo.isPhysicalDevice

On iOS: DeviceInfoPlugin().iosInfo.isPhysicalDevice

On web: true

Implementation

@override
Future<bool> isPhysicalDevice() async => true;