isDeviceSupport method

Future<bool> isDeviceSupport()

Implementation

Future<bool> isDeviceSupport(){
  throw UnimplementedError('isDeviceSupport() has not been implemented');
}