setAsActive method

Future<void> setAsActive()

Sets the window as active.

Implementation

Future<void> setAsActive() => _client.send(
    _handler.window.buildSetActiveRequest(id),
    _handler.window.parseSetActiveResponse);