Delete value from storage
static Future<bool> deleteStorageValue(String key) async { return DartBridgeStorage.instance.delete(key); }