MethodChannelFlutterMobileimsdkTcpmode class

An implementation of FlutterMobileimsdkTcpmodePlatform that uses method channels.

Inheritance

Properties

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

Methods

getConnectedStatus() Future<FlutterMobileIMSDKResult>
override
getPlatformVersion() Future<String?>
override
initMobileIMSDK({String? serverIP, int? serverPort, String? appKey, MobileIMSDKSenseMode? senseMode, bool? debug}) Future<FlutterMobileIMSDKResult>
override
login({String? loginUserId, String? loginToken, String? extra}) Future<FlutterMobileIMSDKResult>
override
logout() Future<FlutterMobileIMSDKResult>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendMessage({String? dataContent, String? toUserId, String? fingerPrint, bool? qos, int? typeu}) Future<FlutterMobileIMSDKResult>
override
setMethodCallHandler({required ValueChanged<FlutterMobileIMSDKMethod> handler}) → dynamic
override
toString() String
A string representation of this object.
inherited

Operators

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