decodeString abstract method

String decodeString(
  1. String key, {
  2. int? id,
})

Decodes the data for the given key or id as a string value.

Implementation

String decodeString(String key, {int? id});