onStateChanged method

Stream<RecordState> onStateChanged()

Listen to recorder states RecordState.

Provides pause, resume and stop states.

Implementation

Stream<RecordState> onStateChanged() => throw UnimplementedError(
    'onStateChanged not implemented on the current platform.');