dispose method
void
dispose()
Called when this platform implementation is being replaced.
Default is no-op so existing custom implementations remain compatible.
Implementation
void dispose() {
_blePeripheralStreamHandler.dispose();
}