saveCookiePreferences method
Saves the given cookie preferences to platform storage.
preferences
should be a map of cookie types to their consent status.
Implementation
Future<void> saveCookiePreferences(Map<String, dynamic> preferences) {
throw UnimplementedError(
'saveCookiePreferences() has not been implemented.');
}