pausePreview method

Future<void> pausePreview(
  1. int cameraId
)

Pause the active preview on the current frame for the selected camera.

Implementation

Future<void> pausePreview(int cameraId) {
  throw UnimplementedError('pausePreview() is not implemented.');
}