noConnection static method

bool noConnection({
  1. bool warning = true,
})

Implementation

static bool noConnection({bool warning = true}) => !hasConnection(warning: warning);