complete budget page
This commit is contained in:
@@ -2,7 +2,8 @@ import 'dart:io';
|
||||
|
||||
import 'package:path_provider/path_provider.dart';
|
||||
|
||||
class StorageClient {
|
||||
class JsonStorageClient {
|
||||
|
||||
save(String filename, String data) async {
|
||||
File file = await _getJson(filename);
|
||||
await file.writeAsString(data);
|
||||
Reference in New Issue
Block a user