Created
August 28, 2020 14:08
-
-
Save magicleon94/bc51b1444121a5dc1feb33c93affba10 to your computer and use it in GitHub Desktop.
regional_report_bloc_event.dart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:corona_italy/features/infection_report/bloc/infection_report_bloc_event.dart'; | |
abstract class RegionalReportBlocEvent extends InfectionReportBlocEvent {} | |
class RegionalReportFetch extends RegionalReportBlocEvent {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment