initializeRunner function

Future initializeRunner(
  1. RunnerBuilder builder,
  2. Runner target
)

This should be implemented by the platform

Implementation

Future initializeRunner(RunnerBuilder builder, Runner target) async =>
    throw 'not implemented for this platform';