Future<void> store(String key, Uint8List value) async { await actor.getFunc(AssetMethod.store.name)?.call([key, value]); }