13 lines
294 B
Dart
Executable File
13 lines
294 B
Dart
Executable File
// import 'dart:async';
|
|
// import 'package:flutter/material.dart';
|
|
//
|
|
// import '../service/SessionManager.dart';
|
|
//
|
|
// class SessionNotifier extends ChangeNotifier {
|
|
// SessionNotifier() {
|
|
// SessionManager().sessionStream.listen((_) {
|
|
// notifyListeners();
|
|
// });
|
|
// }
|
|
// }
|