pageSource property Null safety
An artist's rendition of the current page's source.
Implementation
Future<String> get pageSource => _client.send(
_handler.core.buildPageSourceRequest(),
_handler.core.parsePageSourceResponse);
An artist's rendition of the current page's source.
Future<String> get pageSource => _client.send(
_handler.core.buildPageSourceRequest(),
_handler.core.parsePageSourceResponse);