saveAccessToken property

Future<void> Function(String) saveAccessToken
final

Only used in case of Desktop, where after receiving the token, we want to save the token locally.

Implementation

final Future<void> Function(String) saveAccessToken;