clear method

Future clear()

Implementation

Future clear() async {
  await _secureStorage.delete(key: _tokenIdentifier);
}