ComponentContext.createAndServe constructor

*[<Null safety>](https://dart.dev/null-safety)*

ComponentContext.createAndServe()

Implementation

factory ComponentContext.createAndServe() {
  return ComponentContext.create()..outgoing.serveFromStartupInfo();
}