DhFlutterPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DhFlutterPluginPlatform
Implementers

Constructors

DhFlutterPluginPlatform()
Constructs a DhFlutterPluginPlatform.

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

addListen(int channel, int loginId, ValueChanged<CountResult> handleData) Future<void>
监听人流量
clean() Future<void>
清理
init() Future<void>
初始化
login(LoginParam loginParam) Future<int>
登录
logout(int id) Future<bool>
退出登录
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListen(int handleId) Future<void>
移除监听
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance DhFlutterPluginPlatform
The default instance of DhFlutterPluginPlatform to use.
getter/setter pair