getInt static method

int? getInt(
  1. String key
)

Implementation

static int? getInt(String key) => instance.getInt(key);