FlutterChatViewCreatedCallback typedef

FlutterChatViewCreatedCallback = void Function(ChatViewController controller)

Implementation

typedef FlutterChatViewCreatedCallback = void Function(
  ChatViewController controller,
);