hasConnection static method

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

Implementation

static bool hasConnection({bool warning = true}) => appController.hasConnection(warning);