stopAudioRecord method

Future<NIMResult<bool>> stopAudioRecord()

Implementation

Future<NIMResult<bool>> stopAudioRecord() async {
  throw UnimplementedError('stopAudioRecord() is not implemented');
}