flashlightOff method

void flashlightOff()

Implementation

void flashlightOff() {
  _channel.invokeMethod<void>('flashlightOff');
}