Set value in storage
static Future<bool> setStorageValue(String key, String value) async { return DartBridgeStorage.instance.set(key, value); }