toggleTorch method

Future<bool> toggleTorch()

Toggles the torch, if available.

Implementation

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