getIosMtu method

Future<Map> getIosMtu(
  1. String remoteId
)

iOS only: 获取当前连接设备的最大写入长度。 iOS only: get maximum write lengths for the connected peripheral.

Implementation

Future<Map<dynamic, dynamic>> getIosMtu(String remoteId) {
  throw UnimplementedError('getIosMtu() has not been implemented.');
}