nim_core
nim_core
AudioService
stopRecord method
stopRecord
stopRecord
method
Null safety
Future
<
NIMResult
<
bool
>
>
stopRecord
(
)
Implementation
Future<NIMResult<bool>> stopRecord() async { return _platform.stopAudioRecord(); }
nim_core
nim_core
AudioService
stopRecord method
AudioService class
Constructors
AudioService
Properties
hashCode
onAudioRecordStatus
runtimeType
Methods
cancelRecord
getAmplitude
isAudioRecording
noSuchMethod
startRecord
stopRecord
toString
Operators
operator ==