FlutterCookieConsentWeb class

A web implementation of the FlutterCookieConsentPlatform of the FlutterCookieConsent plugin.

Inheritance

Constructors

FlutterCookieConsentWeb.new()
Constructs a FlutterCookieConsentWeb

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCookiePreferences() Future<Map<String, dynamic>?>
Retrieves the current cookie preferences from platform storage.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveCookiePreferences(Map<String, dynamic> preferences) Future<void>
Saves the given cookie preferences to platform storage.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

registerWith(Registrar registrar) → void