startCamera method

void startCamera()

Implementation

void startCamera() {
  _channel.invokeMethod('startCamera');
}