getInt method

int? getInt(
  1. String key
)
inherited

Implementation

int? getInt(String key) => _pref.getInt(key);