We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910d6d0 commit c21cdf7Copy full SHA for c21cdf7
lib/api/route/register_queue.dart renamed to lib/api/route/events.dart
lib/store.dart
@@ -2,7 +2,7 @@ import 'package:flutter/foundation.dart';
2
3
import 'api/core.dart';
4
import 'api/model/initial_snapshot.dart';
5
-import 'api/route/register_queue.dart';
+import 'api/route/events.dart';
6
import 'credential_fixture.dart' as credentials; // prototyping hack; not in Git
7
8
class PerAccountStore extends ChangeNotifier {
0 commit comments