clearSession method
Implementation
Future<void> clearSession() async {
wepinNetwork.clearAuthToken();
await wepinStorage.clearAllLocalStorageWithAppId();
}
Future<void> clearSession() async {
wepinNetwork.clearAuthToken();
await wepinStorage.clearAllLocalStorageWithAppId();
}