sendMtuToMeshManagerApi abstract method

Future<void> sendMtuToMeshManagerApi(
  1. int mtu
)

A method that should be used to update the stored MTU so the native code properly constructs the PDUs

Implementation

Future<void> sendMtuToMeshManagerApi(int mtu);