removeAllTokens method

Future removeAllTokens()

Implementation

Future removeAllTokens() async {
  await tokenStorage.deleteAllTokens();
}