ZIMKitCore class

Mixed in types
Available Extensions

Constructors

ZIMKitCore()
factory

Methods

clear() → void
getErrorEventStream() Stream<ZegoSignalingPluginErrorEvent>
getTokenWillExpireEventStream() Stream<ZegoSignalingPluginTokenWillExpireEvent>
getVersion() Future<String>
init({required int appID, String appSign = '', String appSecret = '', Level logLevel = Level.ALL, bool enablePrint = true, ZegoZIMKitNotificationConfig? notificationConfig}) Future<void>
initEventHandler() → void
inherited
initNotification({ZegoZIMKitNotificationConfig? notificationConfig}) Future<void>
inherited
initOfflineMessage({ZegoZIMKitNotificationConfig? notificationConfig}) Future<void>
inherited
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<void>
uninitEventHandler() → void
inherited

Operators

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

Static Properties

instance ZIMKitCore
getter/setter pair