VkIdAuthPlatform class abstract base

Inheritance
  • Object
  • PlatformInterface
  • VkIdAuthPlatform
Implementers
Annotations

Constructors

VkIdAuthPlatform()
Constructs a VkIdAuthPlatform.

Properties

getUserDataMethodName String
Returns the name of the getUserData() method.
no setter
hashCode int
The hash code for this object.
no setterinherited
initializeMethodName String
Returns the name of the initialization() method.
no setter
isInitialized Future<bool>
Returns true if the plugin is initialized, false otherwise.
no setter
isInitializedMethodName String
Returns the name of the isInitialized method.
no setter
loginMethodName String
Returns the name of the login() method.
no setter
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.
initialize() Future<void>
Initializes the plugin.
login(List<String> scope) Future<VkIdAuthData?>
Authorizes using VK ID SDK.
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 VkIdAuthPlatform
The default instance of VkIdAuthPlatform to use.
getter/setter pair