MethodChannelAlibc4 class
An implementation of Alibc4Platform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- Alibc4Platform
- MethodChannelAlibc4
Constructors
Properties
- 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
Methods
-
checkSession(
) → Future< Map?> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
getUserInfo(
) → Future< Map?> -
override
-
getUtdid(
) → Future< Map?> -
override
-
init(
) → Future< Map?> -
override
-
login(
) → Future< Map?> -
override
-
logout(
) → Future< Map?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
oauth(
dynamic url) → Future< Map?> -
override
-
openByBizCode(
Map params) → Future< Map?> -
override
-
openByUrl(
Map params) → Future< Map?> -
override
-
openCart(
Map params) → Future< Map?> -
override
-
setChannel(
dynamic typeName, dynamic channelName) → Future< Map?> -
override
-
setISVVersion(
dynamic version) → Future< Map?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited