decodeInt abstract method

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

Decodes the data for the given key or id as an integer value.

Implementation

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