switchCamera method

void switchCamera()

Implementation

void switchCamera(){
  _channel?.invokeMethod('switchCamera', '');
}