start function

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

Implementation

void start(List<String> args, SendPort sendPort) {
  ServerPluginStarter(MoorPlugin.forProduction()).start(sendPort);
}