Future<String?> stopRecording() async { final String? path = await _methodChannel.invokeMethod<String>('stopRecording'); return path; }