stopRecord method Null safety

Future<NIMResult<bool>> stopRecord()

Implementation

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