RowndPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • RowndPlatform
Implementers

Constructors

RowndPlatform()
Constructs a RowndPlatform.

Properties

auth Auth
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user UserRepo
getter/setter pair

Methods

configure(RowndConfig configure) → void
getAccessToken() Future<String?>
getPlatformVersion() Future<String?>
manageAccount() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestSignIn([RowndSignInOptions? signInOpts]) → void
signOut() → void
state() GlobalStateNotifier
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance RowndPlatform
The default instance of RowndPluginPlatform to use.
getter/setter pair