ensureInitialized static method

CarpMobileSensing ensureInitialized()

Returns a the singleton instance of CarpMobileSensing. If it has not yet been initialized, this call makes sure to create and initialize it.

Implementation

static CarpMobileSensing ensureInitialized() => _instance;