delete_key

Function delete_key 

Source
pub async fn delete_key(
    _db: &IdbDatabase,
    _store: &str,
    _key: &str,
) -> IndexedDbResult<()>