flashlightOn method

void flashlightOn()

Implementation

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