getInt abstract method

Future<int> getInt(
  1. String Key,
  2. int defaultValue
)

Implementation

Future<int> getInt(String Key, int defaultValue);