getInt static method

int? getInt(
  1. String key
)

Implementation

static int? getInt(final String key) => sharedPreferences.getInt(key);