flutter_sound
ui_controller
RecorderPlaybackController
stop method
stop
flutter_sound
ui_controller
RecorderPlaybackController
stop method
RecorderPlaybackController class
Constructors
RecorderPlaybackController
Properties
child
hashCode
key
runtimeType
Methods
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
stop
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
updateShouldNotify
Operators
operator ==
Static methods
of
stop
method
Null safety
void
stop
(
)
stops both the player and the recorder.
Implementation
void stop() => _state.stop();