getInt static method

int? getInt(
  1. String key
)

Implementation

static int? getInt(String key) => _prefs?.getInt(key) ?? 0;