newMessageThreshold constant
Duration indicating whether the difference between ChatItem.at and DateTime.now is small enough to show a new message notification.
Implementation
static const Duration newMessageThreshold = Duration(seconds: 30);
Duration indicating whether the difference between ChatItem.at and DateTime.now is small enough to show a new message notification.
static const Duration newMessageThreshold = Duration(seconds: 30);