toggleFlash method

Future<bool> toggleFlash()

Toggle camera flash/torch on/off.

Implementation

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