readAll static method

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

Decrypts and returns all keys with associated values.

Implementation

static Future<Map<String, String>> readAll() async =>
    await StorageManager.storage.readAll();