menu
dds package
documentation
dds_launcher.dart
DartDevelopmentServiceLauncher
shutdown method
shutdown method
dark_mode
light_mode
shutdown
method
Future
<
void
>
shutdown
(
)
Shutdown the DDS instance.
Implementation
Future<void> shutdown() async { _ddsInstance.kill(); await done; }
dds package
documentation
dds_launcher
DartDevelopmentServiceLauncher
shutdown method
DartDevelopmentServiceLauncher class