IFacebookLoginResult class

class to handle a login request

Constructors

IFacebookLoginResult({required IFacebookLoginStatus status, String? message, IFacebookAccessToken? accessToken})
const

Properties

accessToken IFacebookAccessToken?
contain the access token information for the current session this will be null when the login request fail
final
hashCode int
The hash code for this object.
no setterinherited
message String?
contain a message when the login request fail
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status IFacebookLoginStatus
contain status of a previous login request
final

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