@override Future<void> write(String path, String json) async { final file = File(path); await file.writeAsString(json); }