Notifications (android via local) work
This commit is contained in:
@@ -13,7 +13,6 @@ class DebugSharedPrefPage extends StatelessWidget {
|
||||
return SCNScaffold(
|
||||
title: 'SharedPreferences',
|
||||
showSearch: false,
|
||||
showDebug: false,
|
||||
child: ListView.separated(
|
||||
itemCount: sharedPref.getKeys().length,
|
||||
itemBuilder: (context, listIndex) {
|
||||
|
||||
Reference in New Issue
Block a user