parentFrame method

Future<void> parentFrame()

Changes focus to the parent frame of the current one.

Implementation

Future<void> parentFrame() => _client.send(
    _handler.frame.buildSwitchToParentRequest(),
    _handler.frame.parseSwitchToParentResponse);