putInt abstract method

Future<bool> putInt(
  1. String key,
  2. int value
)

Implementation

Future<bool> putInt(String key, int value);