getInt method

int? getInt(
  1. String key
)

获取整数

Implementation

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