data property

Future<String> get data

Implementation

Future<String> get data async =>
    await _cache.read("data") ?? "No data found!";