When I try to call the delete method, it hangs indefinitely. I think it's related to the fact that SwiftCloudPlugin.swift doesn't have a result() call for the delete case, so while it does perform the operation, it doesn't actually end the method and return back to Flutter. If this is the case, I suspect deleteAll would have the same issue, though I haven't tested that one.