attach method

void attach(
  1. SendPort sendPort
)

Implementation

void attach(SendPort sendPort) {
  _sendPort = sendPort;
}