mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 19:08:40 +00:00
14 lines
No EOL
542 B
Dart
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),
|
|
// ), |