parentFrame method Null safety
Changes focus to the parent frame of the current one.
Implementation
Future<void> parentFrame() => _client.send(
_handler.frame.buildSwitchToParentRequest(),
_handler.frame.parseSwitchToParentResponse);
Changes focus to the parent frame of the current one.
Future<void> parentFrame() => _client.send(
_handler.frame.buildSwitchToParentRequest(),
_handler.frame.parseSwitchToParentResponse);