File tree Expand file tree Collapse file tree 1 file changed +0
-37
lines changed Expand file tree Collapse file tree 1 file changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -7,47 +7,10 @@ import '../lib/models.dart';
7
7
import 'dart:io' ;
8
8
9
9
class FakePathProvider extends PathProviderPlatform {
10
- @override
11
- Future <String ?> getTemporaryPath () async {
12
- return '.' ;
13
- }
14
-
15
- @override
16
- Future <String ?> getApplicationSupportPath () async {
17
- return '.' ;
18
- }
19
-
20
- @override
21
- Future <String ?> getLibraryPath () async {
22
- return '.' ;
23
- }
24
-
25
10
@override
26
11
Future <String ?> getApplicationDocumentsPath () async {
27
12
return '.' ;
28
13
}
29
-
30
- @override
31
- Future <String ?> getExternalStoragePath () async {
32
- return '.' ;
33
- }
34
-
35
- @override
36
- Future <List <String >?> getExternalCachePaths () async {
37
- return < String > ['.' ];
38
- }
39
-
40
- @override
41
- Future <List <String >?> getExternalStoragePaths ({
42
- StorageDirectory ? type,
43
- }) async {
44
- return < String > ['.' ];
45
- }
46
-
47
- @override
48
- Future <String ?> getDownloadsPath () async {
49
- return '.' ;
50
- }
51
14
}
52
15
53
16
You can’t perform that action at this time.
0 commit comments