clearBearerToken method
Clears the stored bearer token locally, without calling the server.
Prefer signOut() for a normal sign-out; use this to drop a token that is
already known to be invalid.
Implementation
Future<void> clearBearerToken() => BetterAuthFlutter.clearBearerToken();