keys method

Future<List<String>> keys()

Implementation

Future<List<String>> keys() => Future<List<String>>.value(
      _caches.keys.toList(growable: false),
    );