Get value from storage
static Future<String?> getStorageValue(String key) async { return DartBridgeStorage.instance.get(key); }