runInIsolateInternal method

void runInIsolateInternal(
  1. SendPort sendPort
)

Implementation

void runInIsolateInternal(SendPort sendPort) {
  final ctx = AFIsolateListenerExecutionContext<TMessage>(sendPort: sendPort);
  executeInIsolate(ctx);
}