pause method

Future<void> pause()

Pauses the camera on the platform.

Implementation

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