Skip to content

Instantly share code, notes, and snippets.

@swat-cat
Created October 23, 2018 18:48
Show Gist options
  • Select an option

  • Save swat-cat/5690479afcd02dfa92eec3c1ff0fdd7a to your computer and use it in GitHub Desktop.

Select an option

Save swat-cat/5690479afcd02dfa92eec3c1ff0fdd7a to your computer and use it in GitHub Desktop.
class ValidateEmailAction{
final String email;
final Screen screen;
ValidateEmailAction(this.email, this.screen);
}
class ChangeLoadingStatusAction{
final LoadingStatus status;
ChangeLoadingStatusAction(this.status);
}
class NavigateToRegistrationAction{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment