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