all method

Future<Map<String, dynamic>> all()

Получение всех данных

Implementation

Future<Map<String, dynamic>> all() async {
  await _cReady.future;

  return _cache;
}