getSecureStorage static method

Map<String, String> getSecureStorage()

Get secure storage contents (for assertions).

Implementation

static Map<String, String> getSecureStorage() =>
    Map.unmodifiable(_secureStorage);