Reads a value from the platform, throwing a TypeError if the value is not a String.
Future<String?> getString(String key) async { return _platform.getString(key, _options); }