getDouble static method

Future<double?> getDouble(
  1. String key
)

Implementation

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