FirstRunManager constructor

FirstRunManager({
  1. StorageService? storageService,
})

Creates a manager backed by StorageService.

Implementation

FirstRunManager({StorageService? storageService})
  : _storageService = storageService ?? StorageService();