encodeString abstract method

void encodeString(
  1. String key,
  2. String value, {
  3. int? id,
})

Encodes a string value for the given key or id.

Implementation

void encodeString(String key, String value, {int? id});