initialize method
Create database and run retention/cleanup. Call before first startTracking.
Implementation
Future<void> initialize() => _p.initialize();
Create database and run retention/cleanup. Call before first startTracking.
Future<void> initialize() => _p.initialize();