getInt static method

Future<int?> getInt(
  1. String key
)

Implementation

static Future<int?> getInt(String key) async {
  return await _cacheApi.getInt(key);
}