menu
autonomy
interfaces
AutonomyInterface
restart method
restart
brightness_4
brightness_5
description
restart
method
Future
<
void
>
restart
(
)
Implementation
Future<void> restart() async { await dispose(); await init(); }
autonomy
interfaces
AutonomyInterface
restart method
AutonomyInterface class