success property

Implementation

StopCompassSuccessCallback? get success {
  return success;
}
set success (StopCompassSuccessCallback? value)

Implementation

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