VitalCorePlatform class

Inheritance
  • Object
  • PlatformInterface
  • VitalCorePlatform

Constructors

VitalCorePlatform()

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

clientStatus() Future<List<String>>
clientStatusChanged() Stream<void>
configure(String apiKey, String environment, String region) Future<void>
currentUserId() Future<String?>
deregisterProvider(String provider) Future<void>
getAccessToken() Future<String>
hasUserConnectedTo(String provider) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshToken() Future<void>
sdkVersion() Future<String>
setUserId(String userId) Future<void>
signIn(String signInToken) Future<void>
signOut() Future<void>
systemTimeZoneName() Future<String>
toString() String
A string representation of this object.
inherited
userConnections() Future<String>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance VitalCorePlatform
getter/setter pair