menu
forge_cli package
documentation
features/auth/domain/usecases/device_auth_usecase.dart
DeviceAuthUseCase
call method
call method
dark_mode
light_mode
call
method
Future
<
Either
<
Failure
,
Unit
>
>
call
(
AuthEntity
enity
)
Implementation
Future<Either<Failure, Unit>> call(AuthEntity enity) async { return repository.deviceAuth(enity); }
forge_cli package
documentation
features/auth/domain/usecases/device_auth_usecase
DeviceAuthUseCase
call method
DeviceAuthUseCase class