PassThroughService constructor

PassThroughService()

Implementation

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