sendIsolateState method

void sendIsolateState(
  1. IsolateState state
)

Send an IsolateState message to the isolate

Implementation

void sendIsolateState(IsolateState state) => throw UnimplementedError();