initialize static method

void initialize(
  1. ILocationService _service
)

Implementation

static void initialize(ILocationService _service) {
  _singleton = LocationRepository._internal(_service);
}