networkService method

NetworkService networkService()

Implementation

NetworkService networkService() {
  return Provider.of<NetworkService>(this, listen: false);
}