flutter Flutter how to programmatically exit the app void _getOutOfApp { if (Platform.isIOS) { try { exit( 0 ); } catch (e) { … byLokesh Jangid •4/08/2022 12:00:00 pm