Skip to content

Instantly share code, notes, and snippets.

@aniekan12
Created November 9, 2022 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aniekan12/5b3a1ff188b95b205d1b4702f631dd9f to your computer and use it in GitHub Desktop.
Save aniekan12/5b3a1ff188b95b205d1b4702f631dd9f to your computer and use it in GitHub Desktop.
part of 'shopping_home_bloc.dart';
@immutable
abstract class ShoppingHomeEvent {}
class GetShoppingItems extends ShoppingHomeEvent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment