logout method

Future logout()

Implementation

Future logout() async {
  await _deleteAll();
}