ConstWhether the bridge is initialized and ready
Whether running inside Flutter WebView
Add an event listener for a specific event name.
Remove a specific event listener for a specific event name.
Remove all event listeners with a specific event name.
Initialize or reinitialize the communication bridge.
Clean up all resources to prevent memory leaks.
Send a raw async message to Flutter and wait for response (useful for debugging).
Send a raw fire-and-forget message to Flutter (useful for debugging).
Get the platform the app is running on
Get orientation controls
Exit the app
Get device information
Get package information
Main interface for Flutter WebView communication.