sendMessage method
Implementation
Future<FlutterMobileIMSDKResult> sendMessage({
@required String? dataContent,
@required String? toUserId,
String? fingerPrint,
bool? qos,
int? typeu,
}) {
throw UnimplementedError('sendMessage() has not been implemented.');
}