getEdgeService method

EdgeService getEdgeService()

Implementation

EdgeService getEdgeService() {
  _edgeService ??= EdgeService(this);
  return _edgeService!;
}