Saves the key - value pair.
key
value
@override Future<void> put(String key, dynamic value) async { return _box.put(key, value); }