Reads the stored save, or null if missing.
null
@override Future<String?> read() async { return _value; }