Mfund documentation
  • Introduction
  • Setup Guidelines
    • Mfund Flutter App
    • Mfund Backend
  • Technology Used
  • Architecture
  • Database Structure
  • App Flow
    • Dashboard App Flow
    • User App Flow
  • Backend Flow
  • API Documentation
    • Dashboard APIs
    • App APIs
  • Screens
    • App Screens
      • Login Screen
      • Signup Screen
      • KYC Screen
      • Home Screen
      • Investment Screen
      • Profile Screen
      • Withdraw Screen
    • Dashboard Screens
      • Login Screen
      • Home Screen
      • Investment Plan Screen
      • Investors Screen
      • Balances Screen
      • Transaction Details Screen
      • Settings Screen
      • App Bar
Powered by GitBook
On this page

Was this helpful?

  1. Screens
  2. Dashboard Screens

App Bar

PreviousSettings Screen

Last updated 4 years ago

Was this helpful?

App Bar :

  • Drawer: This basically redirects the admin to the selected screen.

  • Notifications: New Notification appear if an admin adds a new organisation or a new admin is created. It also has an option to clear all the notifications which is achieved by making the DELETE API request.

  • Logout: Admin will be logged out and his access token from shared preferences would be deleted.