fail property

Implementation

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

Implementation

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