launchImpl abstract method

Future<void> launchImpl()

Overridden by sub-classes to handle when the client sends a launchRequest (a request to start running/debugging an app).

Sub-classes can use the args field to access the arguments provided to this request.

Implementation

Future<void> launchImpl();