decodeIntOrNull abstract method

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

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

Implementation

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