detach static method

void detach(
  1. SelectionContainerDelegate client
)

Detaches the client from the platform-appropriate selection context menus.

Implementation

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