start abstract method

void start(
  1. SendPort sendPort
)

Establish the channel used to communicate with the server and start the plugin.

Implementation

void start(SendPort sendPort);