getInt function

int? getInt(
  1. String key
)

Implementation

int? getInt(String key) => _instance.getInt(key);