near final
This commit is contained in:
8
lib/backend/modules/info_module.dart
Normal file
8
lib/backend/modules/info_module.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
import 'package:bus_infotainment/backend/live_information.dart';
|
||||
|
||||
abstract class InfoModule {
|
||||
|
||||
LiveInformation get liveInformation => LiveInformation();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user