OnTotalScheduledMessageCountCallback typedef Null safety

OnTotalScheduledMessageCountCallback = void Function(int? totalCount, Error? error)

Implementation

typedef OnTotalScheduledMessageCountCallback = void Function(
    int? totalCount, Error? error);