isSyncing method

bool isSyncing(
  1. String groupID
)

Implementation

bool isSyncing(String groupID) => state.group(groupID).syncing;