resume method

Future<void> resume()

Resumes the camera from the paused state on the platform.

Implementation

Future<void> resume() {
  throw UnimplementedError('resume() has not been implemented');
}