clear method

Future<void> clear()

Deletes the currently active UserId account stored in the database.

Implementation

Future<void> clear() => delete();