isFlashAvailable method

Future<bool> isFlashAvailable()

Implementation

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