doc/api/boost_channel/BoostChannel-class.html
The BoostChannel is a tool to get FlutterBoostAppState to operate the Custom events
We can get this by calling "BoostChannel.instance"
hashCode→ int The hash code for this object. [...] read-only, inherited runtimeType→ Type A representation of the runtime type of the object. read-only, inherited
addEventListener(String key, EventListener listener) → VoidCallback Add event listener in flutter side, which is to listen the events from native side [...]noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. [...]
inherited
sendEventToNative(String key, Map args) → void Send a custom event to native with key and args Calls when flutter(here) wants to send event to native side toString() → String A string representation of this object. [...]
inherited
operator ==(Object other) → bool The equality operator. [...] inherited
instance→ BoostChannel read-only