shutdown method
Implementation
Future<void> shutdown() async {
status = AppStatus.shuttingDown;
print('🛑 Shutting down...');
// Perform cleanup if needed
}
Future<void> shutdown() async {
status = AppStatus.shuttingDown;
print('🛑 Shutting down...');
// Perform cleanup if needed
}