MethodChannelChatPluginFlutter class

An implementation of ChatPluginFlutterPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
hasInit bool
The method channel used to interact with the native platform.
getter/setter pair
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

handleChatNotification(Map<String, dynamic> remoteMessageData) Future<void>
override
initChatSDK(ChatConfig config) Future<void>
override
logout() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openChatConversation() Future<void>
override
openChatWithAnother(ChatUser user) Future<void>
override
setUser(ChatUser user) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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