clear method

Future<void> clear()
override

Clear

Implementation

Future<void> clear() async {
  _token = null;
}