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