MethodChannelVkIdAuth class final

An implementation of VkIdAuthPlatform that uses method channels.

Inheritance
Annotations

Constructors

MethodChannelVkIdAuth()

Properties

getUserDataMethodName String
Returns the name of the getUserData() method.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
initializeMethodName String
Returns the name of the initialization() method.
no setterinherited
isInitialized Future<bool>
Returns true if the plugin is initialized, false otherwise.
no setteroverride
isInitializedMethodName String
Returns the name of the isInitialized method.
no setterinherited
loginMethodName String
Returns the name of the login() method.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getUserData() Future<Map<Object?, Object?>?>
Returns true if the plugin is initialized, false otherwise.
override
initialize() Future<void>
Initializes the plugin.
override
login(List<String> scope) Future<VkIdAuthData?>
Authorizes using VK ID SDK.
override
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