isTorchLevelAvailable method

Future<bool> isTorchLevelAvailable()

Implementation

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