startCamera method

void startCamera()

Implementation

void startCamera() async {
  await _cameraChannel?.invokeMethod('startCamera');
}