NOSService constructor Null safety
Implementation
factory NOSService() {
if (_singleton == null) {
_singleton = NOSService._();
}
return _singleton!;
}
factory NOSService() {
if (_singleton == null) {
_singleton = NOSService._();
}
return _singleton!;
}