flutter_boost
flutter_boost copied to clipboard
initState中添加监听事件白屏
///添加事件响应者,监听native发往flutter端的事件 removeListener = BoostChannel.instance.addEventListener("yourEventKey", (key, arguments) { ///deal with your event here return; });