toggleTorch method

Future<void> toggleTorch()

Toggle the torch on the active camera on or off.

Implementation

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