updateById

inline fun <T : Any> JchuSupabaseTableReference<T>.updateById(id: Any, value: T): Flow<Resource<Failure, T>>