resumePreview method

Future<void> resumePreview(
  1. int cameraId
)

Resume the paused preview for the selected camera.

Implementation

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