OpenIMManager class

Constructors

OpenIMManager()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

hasListeners bool
no setter
listeners List<OpenIMListener>
no setter
operationID String
no setter

Static Methods

addListener(OpenIMListener listener) → void
getIMPlatform() int
init({required String apiAddr, required String wsAddr, String? dataDir, int logLevel = 0, String? operationID, bool isLogStandardOutput = false, String? logFilePath, bool isExternalExtensions = false}) Future<bool>
初始化
removeListener(OpenIMListener listener) → void