双击tab 返回顶部,或者进行其他的操作

81 阅读1分钟

///如果是 android 回到桌面 if (Platform.isAndroid) { AndroidIntent intent = AndroidIntent( action: 'android.intent.action.MAIN', category: "android.intent.category.HOME", ); await intent.launch(); }