直接退出程序
参考文档
static Future<void> exit({bool? animated}) async { await SystemChannels.platform .invokeMethod<void>('SystemNavigator.pop', animated); }