NOSService constructor

NOSService()

Implementation

factory NOSService() {
  if (_singleton == null) {
    _singleton = NOSService._();
  }
  return _singleton!;
}