flutter_boost icon indicating copy to clipboard operation
flutter_boost copied to clipboard

initState中添加监听事件白屏

Open lnd1992 opened this issue 2 years ago • 0 comments

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

lnd1992 avatar Jun 07 '22 08:06 lnd1992