ensureInitialized static method

DeviceMapper ensureInitialized()

Implementation

static DeviceMapper ensureInitialized() {
  if (_instance == null) {
    MapperContainer.globals.use(_instance = DeviceMapper._());
  }
  return _instance!;
}