menu
Dart
dart:html
BeforeUnloadEvent
returnValue property
returnValue
brightness_4
brightness_5
description
returnValue
property
String
?
returnValue
Implementation
String? get returnValue native;
void
returnValue=
(
String
?
value
)
Implementation
set returnValue(String? value) native;
Dart
dart:html
BeforeUnloadEvent
returnValue property
BeforeUnloadEvent class