refreshToken abstract method

Future<void> refreshToken(
  1. User user
)

Refreshes the authentication token for the currently signed-in user.

This method should be implemented by the subclass based on the specific authentication provider's logic.

Implementation

Future<void> refreshToken(User user);