MobileMethodChannelRownd class
An implementation of RowndPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- RowndPlatform
- MobileMethodChannelRownd
Constructors
Properties
- auth ↔ Auth
-
getter/setter pairinherited-setteroverride-getter
- eventChannel → RowndStateMobileEventChannel
-
final
- hashCode → int
-
The hash code for this object.
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
- user ↔ UserRepo
-
getter/setter pairinherited-setteroverride-getter
Methods
-
configure(
RowndConfig configure) → void -
override
-
getAccessToken(
) → Future< String?> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
manageAccount(
) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestSignIn(
[RowndSignInOptions? signInOpts]) → void -
override
-
signOut(
) → void -
override
-
state(
) → GlobalStateNotifier -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited