instance property

FatooraServiceFinder get instance

Returns an instance of the service, ensuring that it's the same across usages.

Implementation

static FatooraServiceFinder get instance =>
    _instance ??= FatooraServiceFinder._();