Dart Documentationchrome.identityOnSignInChangedEvent

OnSignInChangedEvent class

class OnSignInChangedEvent {
 final AccountInfo account;

 final bool signedIn;

 OnSignInChangedEvent(this.account, this.signedIn);
}

Constructors

new OnSignInChangedEvent(AccountInfo account, bool signedIn) #

Creates a new Object instance.

Object instances have no meaningful state, and are only useful through their identity. An Object instance is equal to itself only.

docs inherited from Object
OnSignInChangedEvent(this.account, this.signedIn);

Properties

final AccountInfo account #

final AccountInfo account

final bool signedIn #

final bool signedIn