StreamMessageErrorCallback typedef

StreamMessageErrorCallback = void Function(int uid, int streamId, ErrorCode error, int missed, int cached)

Implementation

typedef StreamMessageErrorCallback = void Function(
    int uid, int streamId, ErrorCode error, int missed, int cached);