TencentCloudChatPlugin class abstract

Constructors

TencentCloudChatPlugin()

Properties

author String
getter/setter pair
description String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
getter/setter pair

Methods

callMethod({required String methodName, String? data}) Future<Map<String, dynamic>>
callMethodSync({required String methodName, String? data}) Map<String, dynamic>
getInstance() TencentCloudChatPlugin
getWidget({required String methodName, Map<String, String>? data, Map<String, TencentCloudChatPluginTapFn>? fns}) Future<Widget?>
getWidgetSync({required String methodName, Map<String, String>? data, Map<String, TencentCloudChatPluginTapFn>? fns}) Widget?
init(String? data) Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unInit(String? data) Future<Map<String, dynamic>>

Operators

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