NimPlugin class

Constructors

NimPlugin()
factory
NimPlugin.private(MethodChannel _methodChannel)

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

config({required String? appKey, AuthInfo? authInfo, NIMOptions? options}) Future<void>
config & init
getAuthObserver() AuthObserver
Auth observer
getAuthService() AuthService
Auth service
getChatRoomObserver() ChatRoomObserver
ChatRoom Observer
getChatRoomService() ChatRoomService
ChatRoom Service
getFriendObserver() UserObserver
Friend Observer
getFriendService() UserService
Friend Service
getMsgObserver() MsgObserver
Msg observer
getMsgService() MsgService
Msg service
getPassthroughObserver() PassthroughObserver
getPassthroughService() PassthroughService
Passthrough service
getResourceObserver() ResourceObserver
Resource Observer
getResourceService() ResourceService
Resource Service
getSignallingObserver() SignallingObserver
Signalling observer
getSignallingService() SignallingService
Signalling service
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

handlerMap Map<String, Handler>
getter/setter pair