Future<bool> startRecording() async { return (await AvPlatformInterface.instance.startRecording()) ?? false; }