turnOnCamera method

Future<void> turnOnCamera()

Implementation

Future<void> turnOnCamera() async {
  await channel.invokeMethod('turnOn', null);
}