menu
revali_router_core package
documentation
body/mutable_body.dart
MutableBody
replace abstract method
replace abstract method
dark_mode
light_mode
replace
abstract method
Future
<
void
>
replace
(
Object
?
data
)
Replaces the entire body with the given data.
Implementation
Future<void> replace(Object? data);
revali_router_core package
documentation
body/mutable_body
MutableBody
replace abstract method
MutableBody class