isSupport method

Future<bool?> isSupport()

Implementation

Future<bool?> isSupport() {
  throw UnimplementedError('Check support device');
}