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