keys method

Implementation

Future<Iterable<String>> keys() async {
  return _delegate.keys();
}