mtuChanged property

Callback indicating the MTU for a given device connection has changed.

This callback will be invoked if a remote client has requested to change the MTU for a given connection.

This event is available on Android and Windows, throws UnsupportedError on other platforms.

Implementation

Stream<CentralMTUChangedEventArgs> get mtuChanged;