recordFile method
Implementation
Future<void> recordFile(AudioRecorder recorder, RecordConfig config) async {
final path = await _getPath();
await recorder.start(config, path: path);
}
Future<void> recordFile(AudioRecorder recorder, RecordConfig config) async {
final path = await _getPath();
await recorder.start(config, path: path);
}