handleHotReload method
void
handleHotReload()
Disconnects every known device. Intended to be called from a Flutter reassemble() hook
so a hot reload doesn't leave native connections open with no Dart-side listener left to
manage them.
Implementation
void handleHotReload() => BlueBreezePlatform.instance.handleHotReload();