ChatroomMessageAttachmentProgressCallback typedef Null safety
Implementation
typedef ChatroomMessageAttachmentProgressCallback = void Function(
    String messageUuid, int transferred, int total);
typedef ChatroomMessageAttachmentProgressCallback = void Function(
    String messageUuid, int transferred, int total);