getKeys method

  1. @override
Future<List<String>> getKeys()
override

Implementation

@override
Future<List<String>> getKeys() async {
  await _initilization();
  return _data.keys.toList();
}