toggleFlash method

Future<void> toggleFlash()

Implementation

Future<void> toggleFlash() {
  return _channel.invokeMethod('toggleFlash');
}