Counter constructor

Counter()

Implementation

Counter() {
  _readCount().then((count) => _count.value = count);
}