twonly-app/lib/src/views/settings/account_view.dart
2025-02-08 00:03:59 +01:00

14 lines
No EOL
542 B
Dart

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),
// ),