start function

void start(
  1. Iterable<String> args,
  2. SendPort sendPort
)

Implementation

void start(Iterable<String> args, SendPort sendPort) {
  ServerPluginStarter(DcpAnalyzerPlugin(
    PhysicalResourceProvider.INSTANCE,
  )).start(sendPort);
}