static Future<void> set(String key, dynamic value) { assert(_box != null, 'call "prelude" first'); return _box!.put(key, value); }