import { DaffNoopStorageService } from '@daffodil/core'
@Injectable()
class DaffNoopStorageService implements DaffPersistenceService {
setItem(
key: string
value: any
): void
getItem(key: string): any
clear(): void
removeItem(key: string): void
}
void| Parameter | key: string |
|---|---|
| Description |
| Parameter | value: any |
|---|---|
| Description |
any| Parameter | key: string |
|---|---|
| Description |
voidvoid| Parameter | key: string |
|---|---|
| Description |