Oauth2Manager<OAuthInfoMixin> class

Constructors

Oauth2Manager({OAuthInfoMixin? currentValue, ValueChanged<OAuthInfoMixin?>? onSave})

Properties

controller StreamController<OAuthInfoMixin?>
getter/setter pair
currentValue ↔ OAuthInfoMixin?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onSave ValueChanged<OAuthInfoMixin?>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(OAuthInfoMixin? event) → void
dispose() → void
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

Constants

TAG → const String