toggleTorchMode method
void
toggleTorchMode()
Toggle the flashlight on/off
Implementation
void toggleTorchMode() => _channel?.invokeMethod("toggleTorchMode");
Toggle the flashlight on/off
void toggleTorchMode() => _channel?.invokeMethod("toggleTorchMode");