menu
nim_core
nim_core
AudioService
stopRecord method
stopRecord
brightness_4
brightness_5
stopRecord
method
Future
<
NIMResult
<
bool
>
>
stopRecord
(
)
Implementation
Future<NIMResult<
bool
>> stopRecord()
async
{
return
_platform.stopAudioRecord(); }
nim_core
nim_core
AudioService
stopRecord method
AudioService class