attach static method

void attach(
  1. SelectionContainerDelegate client
)

Attaches the client to be able to open platform-appropriate context menus.

Implementation

static void attach(SelectionContainerDelegate client) => throw UnimplementedError();