call method

  1. @override
Future<bool> call()
override

Implementation

@override
Future<bool> call() {
  return _repository.makeLogout();
}