openChatWithAnother method

  1. @override
Future<void> openChatWithAnother(
  1. ChatUser user
)
override

Implementation

@override
Future<void> openChatWithAnother(ChatUser user) async {
  await methodChannel.invokeMethod('openChatWithAnother', user.toJson());
}