Puts the corresponding numeric value on the key
@protected Future<void> putInt(String key, {required int value}) async => put( key: key, value: value.toString(), );