sendToSlave method Null safety

void sendToSlave(
  1. dynamic action
)

Implementation

void sendToSlave(dynamic action) {
  _sendPortForExecIsolate.send(action);
}