prepare method

Future<void> prepare()

Prepares the recorder to begin capturing and encoding data.

This method must be called after setting up the desired audio and video sources, encoders, file format, etc., but before start.

Implementation

Future<void> prepare() => _channel.$prepare(this);