isSyncing method

bool isSyncing(
  1. String topicId
)

Whether a topic is currently being synced.

Implementation

bool isSyncing(String topicId) => _syncing.contains(topicId);