hasFlash method

Future<bool> hasFlash()

Checks if flash is available on the device

Implementation

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