getInt abstract method

Future<int?> getInt(
  1. String key
)

Reads named value from the storage. Returns the read value or null if value does not exist.

Implementation

Future<int?> getInt(String key);