getInt method

int? getInt(
  1. Object key
)

Implementation

int? getInt(Object key) {
  return prefer.getInt(key.stringKey);
}