removeUser method

void removeUser()

Removes the stored user data.

Implementation

void removeUser() => _prefsInstance.remove(users);