handleReloadPage method
void
handleReloadPage()
Implementation
void handleReloadPage() async {
try {
await document.controller.reload();
} catch (e, stack) {
print('Dart Error: $e\n$stack');
}
}
void handleReloadPage() async {
try {
await document.controller.reload();
} catch (e, stack) {
print('Dart Error: $e\n$stack');
}
}