reload function

Future<void> reload()

Reloads the current URL.

Implementation

Future<void> reload() => _invoke("reload");