ChatroomMessageAttachmentProgressCallback typedef Null safety

ChatroomMessageAttachmentProgressCallback = void Function(String messageUuid, int transferred, int total)

Implementation

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