updateTokens abstract method

Future<void> updateTokens(
  1. TokenPair tokenPair
)

Calls when the API returns a new tokens pair. Save tokens to storage here for continuing user session later.

Implementation

Future<void> updateTokens(TokenPair tokenPair);