Arctium.create constructor

Arctium.create()

Creates a new instance of service locator.

It is advised to not use this method. Arctium supports storing different instances of a single class, and cases when you need a new instance are extremely rare.

Implementation

factory Arctium.create() => Arctium._();