FlutterLineLogin class
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
currentAccessToken(
) → Future - Get current access token [...]
-
getProfile(
) → Future - Get Profile [...]
-
logout(
) → Future - Logout If not login, throw PlatformException.
-
refreshToken(
) → Future - Refresh token [...]
-
startLogin(
Function onSuccess, Function onError) → Future - Start LINE login The result is obtained by a callback function.
-
startWebLogin(
Function onSuccess, Function onError) → Future - Start LINE login with web The result is obtained by a callback function.
-
verifyToken(
) → Future - Verify token Return null only. That means it is successful. If not login or error, throw PlatformException.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited