call method

  1. @override
Future<Either<Exception, dynamic>> call(
  1. AppUseCaseParams params
)
override

Implementation

@override
Future<Either<Exception, dynamic>> call(AppUseCaseParams params) =>
    _appRepository.runSync(params.func);