menu
s_packages package
documentation
universal_html/prefer_universal/html.dart
Entry
moveTo method
moveTo method
dark_mode
light_mode
moveTo
method
Future
<
Entry
>
moveTo
(
DirectoryEntry
parent
, {
String
?
name
,
})
Implementation
Future<Entry> moveTo(DirectoryEntry parent, {String? name}) { return Future<Entry>.value(this); }
s_packages package
documentation
universal_html/prefer_universal/html
Entry
moveTo method
Entry class