Skip to content

Commit e68734f

Browse files
arrrrnyShadyBoukhary
authored andcommitted
Updated return type to void
void is legit return for login
1 parent 93b9f7a commit e68734f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ class LoginPresenter extends clean.Presenter {
431431
}
432432
433433
/// The [Observer] used to observe the `Stream` of the [LoginUseCase]
434-
class _LoginUseCaseObserver extends clean.Observer<GetUserUseCaseResponse>{
434+
class _LoginUseCaseObserver extends clean.Observer<void>{
435435
436436
// The above presenter
437437
// This is not optimal, but it is a workaround due to dart limitations. Dart does

0 commit comments

Comments
 (0)