FootprintConfiguration class

Constructors

FootprintConfiguration({FootprintAppearance? appearance, String? authToken, FootprintL10n? l10n, void onCancel()?, dynamic onComplete(String)?, FootprintOptions? options, String? publicKey, required String redirectUrl, FootprintBootstrapData? bootstrapData})

Properties

appearance FootprintAppearance?
final
authToken String?
final
bootstrapData FootprintBootstrapData?
final
hashCode int
The hash code for this object.
no setterinherited
l10n FootprintL10n?
final
onCancel → void Function()?
final
onComplete → dynamic Function(String)?
final
options FootprintOptions?
final
publicKey String?
final
redirectUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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