start method

Future<void> start()

Starts the recorder.

Implementation

Future<void> start() async => _recorder.start();