stopRecord method

Future<bool> stopRecord()

Stop recording

Implementation

Future<bool> stopRecord(){
  return _record('');
}