More fire stats
This commit is contained in:
parent
9dd8a7de97
commit
74b0d37839
6 changed files with 54 additions and 9 deletions
|
|
@ -1,9 +1,14 @@
|
|||
import 'package:fires_flutter/models/yourLocation.dart';
|
||||
import 'package:fires_flutter/models/fireNotification.dart';
|
||||
import 'dart:async';
|
||||
|
||||
abstract class AppActions {}
|
||||
|
||||
class FetchYourLocationsAction extends AppActions {}
|
||||
class FetchYourLocationsAction extends AppActions {
|
||||
Completer<Null> refreshCallback;
|
||||
|
||||
FetchYourLocationsAction([this.refreshCallback]);
|
||||
}
|
||||
|
||||
class PersistAppStateAction extends AppActions {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue