stopRecord method

Future<NIMResult<bool>> stopRecord()

Implementation

Future<NIMResult<bool>> stopRecord() async {
  return _platform.stopAudioRecord();
}