getInt abstract method

int? getInt(
  1. String key
)

Retrieves the stored integer value for key. Returns null if the value is not found

Implementation

int? getInt(String key);