start function

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

Implementation

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