encodeInt abstract method

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

Encodes an integer value for the given key or id.

Implementation

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