pub fn use_init_key<K: DataKey<Value = V>, V: Clone + Send + Sync + 'static>( _key: K, ) -> Resource<()>
make sure the resource returned by this is complete before using any keys.