fail property

Implementation

CheckHandoffEnabledFailCallback? get fail {
  return fail;
}

Implementation

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