pub use AndroidBackend;
pub use ;
use GlobalRef;
use OnceCell;
use Mutex;
/// The running app's connection to its Android host, set once at startup.
pub static BRIDGE: = new;
/// State shared between `goyda` and the Android host it's embedded in.
/// # Safety
///
/// Safe because `AndroidBridge` is exclusively accessed from the single-threaded Android Main UI Thread.
unsafe