About screen slightly updated, all transaction options can now be implemented (interface with API is now more complete)

This commit is contained in:
Felix 2019-07-05 16:15:09 +01:00
parent 1b98ed6ca0
commit ac4b122d07
6 changed files with 65 additions and 42 deletions

View file

@ -0,0 +1,7 @@
import 'package:flutter/material.dart';
import 'package:local_spend/common/apifunctions/request_logout_api.dart';
logout(context) {
requestLogoutAPI(context);
Navigator.of(context).pushReplacementNamed('/LoginPage');
}