mtuStream property

Stream<int> get mtuStream

Notifies with the updated mtu every time it changes.

Implementation

Stream<int> get mtuStream => BlueBreezePlatform.instance.deviceMtuStream(id);