import 'package:restart_app/restart_app.dart'; // FilledButton.icon( // onPressed: () async { // await deleteLocalUserData(); // Restart.restartApp( // notificationTitle: 'Successfully logged out', // notificationBody: 'Click here to open the app again', // ); // }, // label: Text("Logout"), // icon: Icon(Icons.no_accounts), // ),