MethodChannelAliVcInteractionMessage class

An implementation of AliVcInteractionMessagePlatform that uses method channels.

Inheritance

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

getPlatformVersion() Future<String?>
获取系统和版本
override
init(String deviceId, String appId, String appSign) Future<int>
初始化插件
override
isInited() Future<bool>
判断插件是否初始化
override
isLogin() Future<bool>
判断是否登录成功
override
joinGroup(String groupId) Future<void>
加入群组
override
leaveGroup(String groupId) Future<void>
离开群组
override
login(String userId, String nonce, String timestamp, String appToken) Future<void>
登录
override
logout() Future<void>
登出
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unInit() Future<int>
反初始化
override

Operators

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