cleanup, 'recurring' now is submitted too
also getting ready to add categories
This commit is contained in:
parent
3ff1f7053d
commit
4ec386019d
9 changed files with 109 additions and 275 deletions
|
@ -3,6 +3,6 @@ import 'package:shared_preferences/shared_preferences.dart';
|
|||
getToken() async {
|
||||
SharedPreferences preferences = await SharedPreferences.getInstance();
|
||||
|
||||
String getToken = await preferences.getString("LastToken");
|
||||
String getToken = preferences.getString("LastToken");
|
||||
return getToken;
|
||||
}
|
||||
|
|
Reference in a new issue