backup.
This commit is contained in:
4
lib/events/eventbus.dart
Normal file
4
lib/events/eventbus.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
import 'package:event_bus/event_bus.dart';
|
||||
|
||||
final eventBus = new EventBus();
|
||||
4
lib/events/events.dart
Normal file
4
lib/events/events.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
class OpenDrawer {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user