no method

void no(
  1. VoidCallback callback
)

Implementation

void no(VoidCallback callback) {
  if (!this) {
    callback.call();
  }
}