Saves an integer value to the platform.
value
Future<void> setInt(String key, int value) { return _platform.setInt(key, value, _options); }