startPreview method

Future<void> startPreview()

Starts the camera preview.

The purpose of this method is to be called when application is sent to foreground.

Implementation

Future<void> startPreview() {
  return _platform.startPreview();
}