sendToMaster method Null safety

void sendToMaster(
  1. dynamic action
)

Implementation

void sendToMaster(dynamic action) {
  _receivePortForUxIsolate.sendPort.send(action);
}