saveToken abstract method

Future<void> saveToken(
  1. String token
)

Save an authentication token.

This is called automatically when the server sends a new identity token.

Implementation

Future<void> saveToken(String token);