Jesse Geens
Jesse Geens
Also encountering this issue in the latest release (when hot reloading), so on 0.8.0^5
Hi @avatarKaran sorry for the late reply. Unfortunately I didnt manage to fix the issue in this plugin, however I obtained the same functionality by using this plugin: https://pub.dev/packages/gallery_saver
We should also try to get rid of this pattern: ```go err := s.sm.Unshare(ctx, req.Ref) if err != nil { return &collaboration.RemoveShareResponse{ Status: status.NewInternal(ctx, err, "error removing share"), }, nil...