FacebookLogin class

Properties

appId String?
no setter
hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

instance FacebookLogin
final
listeners List<FacebookLoginListener>
no setter
loginValidator FacebookLoginValidator?
getter/setter pair
me FacebookMe?
no setter
onConnect → EventStream<FBUserLogin>
no setter
onDisconnect → EventStream<FBUserLogin?>
no setter
pictureURL String
no setter
status FacebookStatus?
no setter
statusListeners List<FacebookStatusListener>
no setter

Static Methods

getLoginButton() String
init(String appId, [FacebookLoginValidator? loginValidator]) → void
isConnected() bool
///////////////////
isMeLoaded() bool
login() → void
logout() → void
pictureURLBuilder(String? id) String
queryMe() → void