pub fn get_config(key: &str) -> Option<String>Expand description
Read a config value for this extension. Returns None if not found.
This call is synchronous: the host responds inline before returning from
__oo_host_call, so block_on resolves in a single poll.