FirstRunManager constructor
FirstRunManager({
- StorageService? storageService,
Creates a manager backed by StorageService.
Implementation
FirstRunManager({StorageService? storageService})
: _storageService = storageService ?? StorageService();