Check if key exists in storage
static Future<bool> storageKeyExists(String key) async { return DartBridgeStorage.instance.exists(key); }