toggleTorchMode method

void toggleTorchMode()

Implementation

void toggleTorchMode() {
  _channel?.invokeMethod("toggleTorchMode");
}