isFetching method

bool isFetching(
  1. String msgId
)

Implementation

bool isFetching(String msgId) {
  return _fetchingIds.contains(msgId);
}