isAutoSyncEnabled method

bool isAutoSyncEnabled(
  1. String groupID
)

Implementation

bool isAutoSyncEnabled(String groupID) {
  return state.group(groupID).autoSyncEnabled;
}