UseDark constructor

UseDark()

Factory constructor to return the singleton instance.

Implementation

factory UseDark() {
  return _instance;
}