双击tab 返回顶部,或者进行其他的操作 陈晓青 2023-08-24 81 阅读1分钟 ///如果是 android 回到桌面 if (Platform.isAndroid) { AndroidIntent intent = AndroidIntent( action: 'android.intent.action.MAIN', category: "android.intent.category.HOME", ); await intent.launch(); }