BackendService.getInstance constructor

BackendService.getInstance()

Implementation

factory BackendService.getInstance() {
  return _singleton;
}