Skip to main content Link Menu Expand (external link) Document Search Copy Copied
isStopped property - FlutterSoundRecorder class - recorder library - Dart API
menu
isStopped

isStopped property

bool get isStopped

True if recorderState.isStopped


see also


Implementation

bool get isStopped => (recorderState == RecorderState.isStopped);
flutter_sound 9.25.3