flutter_sound
ui_recorder
SoundRecorderUIState
deactivate method
deactivate
flutter_sound
ui_recorder
SoundRecorderUIState
deactivate method
SoundRecorderUIState class
Constructors
SoundRecorderUIState
Properties
backgroundColor
context
dispositionStream
hashCode
mounted
runtimeType
widget
Methods
build
deactivate
debugFillProperties
didChangeDependencies
didUpdateWidget
dispose
initState
noSuchMethod
pause
reassemble
resume
setState
stop
toDiagnosticsNode
toString
toStringShort
Operators
operator ==
deactivate
method
Null safety
@
override
void
deactivate
(
)
override
Implementation
@override void deactivate() { _recorder.stopRecorder(); super.deactivate(); }