Implement Webuntis HTTP Api and Display
This commit is contained in:
11
lib/data/dataHolder.dart
Normal file
11
lib/data/dataHolder.dart
Normal file
@ -0,0 +1,11 @@
|
||||
import 'package:flutter/cupertino.dart';
|
||||
import 'package:localstore/localstore.dart';
|
||||
|
||||
abstract class DataHolder extends ChangeNotifier {
|
||||
|
||||
CollectionRef storage(String path) {
|
||||
return Localstore.instance.collection(path);
|
||||
}
|
||||
|
||||
Future<void> run();
|
||||
}
|
Reference in New Issue
Block a user