readAll static method

Future<Map<String, String>> readAll()

Implementation

static Future<Map<String, String>> readAll() => _storage.readAll();