alloc static method

alloc

Implementation

static MapLibreRegistry alloc() {
  final _ret = _objc_msgSend_151sglz(_class_MapLibreRegistry, _sel_alloc);
  return MapLibreRegistry.castFromPointer(_ret, retain: false, release: true);
}