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