fail property

Implementation

AuthorizeFailCallback? get fail {
  return fail;
}
set fail (AuthorizeFailCallback? value)

Implementation

set fail(AuthorizeFailCallback? value) {
  $$context$$["fail"] = (res) {
    value?.call(GeneralCallbackResult($$context$$: res));
  };
}