ChatChanged typedef

ChatChanged = dynamic Function(ChatModel? value)

Implementation

typedef ChatChanged = Function(ChatModel? value);