Initial draft
This commit is contained in:
7
lib/bloc/app_events.dart
Normal file
7
lib/bloc/app_events.dart
Normal file
@ -0,0 +1,7 @@
|
||||
abstract class AppEvents {}
|
||||
|
||||
class AppLoadConfig extends AppEvents {
|
||||
String path;
|
||||
|
||||
AppLoadConfig({required this.path});
|
||||
}
|
||||
Reference in New Issue
Block a user