pause method

Future<void> pause()

Pause the preview. On iOS this snapshots the next frame into the native share-image cache before stopping the session (so capturePhoto after pause returns the frozen frame); on Android it's a stop() alias.

Implementation

Future<void> pause() => _invoke('pause');