More redux and api work

This commit is contained in:
vjrj 2018-06-27 16:26:06 +02:00
parent 866e776389
commit 2c67b68512
17 changed files with 256 additions and 11 deletions

14
lib/models/firesApi.dart Normal file
View file

@ -0,0 +1,14 @@
import 'yourLocation.dart';
import 'dart:async';
import 'package:jaguar_resty/jaguar_resty.dart' as resty;
class FiresApi {
Future<String> createUser(String token) async {
}
Future<List<YourLocation>> fetchYourLocations() async {
}
}