canUpdate abstract method
Whether the principal can update a resource.
Implementation
FutureOr<bool> canUpdate(AuthPrincipal? principal, T resource);
Whether the principal can update a resource.
FutureOr<bool> canUpdate(AuthPrincipal? principal, T resource);