attachImpl abstract method

Future<void> attachImpl()

Overridden by sub-classes to handle when the client sends an attachRequest (a request to attach to a running app).

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

Implementation

Future<void> attachImpl();