keys method

Future<List<K>> keys()

Implementation

Future<List<K>> keys() => then((o) => o.keys());