addChatHead method

  1. @override
Future<void> addChatHead(
  1. AddChatHeadConfig config
)
override

Adds a new chathead bubble to the existing group.

Implementation

@override
Future<void> addChatHead(AddChatHeadConfig config) async {
  lastAddConfig = config;
}