success property

Implementation

StartSoterAuthenticationSuccessCallback? get success {
  return success;
}

Implementation

set success(StartSoterAuthenticationSuccessCallback? value) {
  $$context$$["success"] = (result) {
    value?.call(
        StartSoterAuthenticationSuccessCallbackResult($$context$$: result));
  };
}