deleteAllData method

Future deleteAllData()

Implementation

Future deleteAllData() async {
  SharedManager.setBool('authenticated', false);
}