SnapchatLoginkitWeb class
A web implementation of the SnapchatLoginkitPlatform of the SnapchatLoginkit plugin.
- Inheritance
-
- Object
- PlatformInterface
- SnapchatLoginkitPlatform
- SnapchatLoginkitWeb
Constructors
- SnapchatLoginkitWeb()
- Constructs a SnapchatLoginkitWeb
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addLoginStateCallback(
) → void -
inherited
-
fetchAccessToken(
) → Future< TokenResponse> -
inherited
-
fetchUserData(
UserDataQuery query) → Future< UserResponse> -
inherited
-
getMethodChannel(
) → MethodChannel -
inherited
-
getPlatformVersion(
) → Future< String?> -
Returns a String containing the version of the platform.
override
-
hasAccessToScope(
String scope) → Future< bool> -
inherited
-
isUserLoggedIn(
) → Future< bool> -
inherited
-
login(
) → void -
inherited
-
loginWithFirebase(
) → Future< TokenResponse> -
inherited
-
logout(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeLoginStateCallback(
) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void