remoteCallback property

PooledCallbak? remoteCallback
getter/setter pair

If not null isolate instance can send actions back to main isolate and this callback will be called

Implementation

PooledCallbak? remoteCallback;