put int.
static Future<bool> putInt(String key, int value) { _ensureInitialized(); return _prefs.setInt(key, value); }