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