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