setInt abstract method

Future setInt(
  1. String key,
  2. int value
)

Implementation

Future<dynamic> setInt(String key, int value);