Future<String> get stopRecord async { final String log = await _stopRecordChannel.invokeMethod('com.masterconcept.audiorecorder/stop'); return log; }