FlutterBidmadGDPRforGoogle class
Constructors
- FlutterBidmadGDPRforGoogle({required String channelName})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onConsentFormDismissed ↔ dynamic
-
getter/setter pair
- onConsentFormLoadFailure ↔ dynamic
-
getter/setter pair
- onConsentFormLoadSuccess ↔ dynamic
-
getter/setter pair
- onConsentInfoUpdateFailure ↔ dynamic
-
getter/setter pair
- onConsentInfoUpdateSuccess ↔ dynamic
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getConsentStatus(
) → Future< int> -
isConsentFormAvailable(
) → Future< bool> -
loadForm(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestConsentInfoUpdate(
) → Future< void> -
reset(
) → Future< void> -
setDebug(
String testDeviceId, bool isTestEurope) → Future< void> -
setListener(
{void onConsentFormDismissed(String errorDescription)?, void onConsentFormLoadFailure(String errorDescription)?, void onConsentFormLoadSuccess()?, void onConsentInfoUpdateFailure(String errorDescription)?, void onConsentInfoUpdateSuccess()?}) → Future< void> -
showForm(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited