clearSession method

Future<void> clearSession()

Implementation

Future<void> clearSession() async {
  await sharedPreferences.clear();
}