hasFlash method

Future<bool> hasFlash({
  1. String? deviceId,
})

Implementation

Future<bool> hasFlash({String? deviceId}) {
  throw UnimplementedError('');
}