utils/init_chat_service library
Functions
-
deleteMessages(
) → Future< bool> - function to delete all messages from the calling app.
-
disposeContactsControllers(
) → void -
initializeChatService(
AtClientManager atClientManager, String currentAtSign, {dynamic rootDomain = 'root.atsign.wtf', dynamic rootPort = 64}) → void - function exposed to calling app to set certain parameters
-
setChatWithAtSign(
String? atsign, {bool isGroup = false, String? groupId, List< String> ? groupMembers}) → void