imageMessageCount property
int
get
imageMessageCount
Implementation
int get imageMessageCount => _fullHistory.where((msg) => msg.hasImage).length;
int get imageMessageCount => _fullHistory.where((msg) => msg.hasImage).length;