实现 FlutterBluetoothPluginPlatform.requestMtu。
Web Bluetooth 不公开 MTU 协商。
@override Future<int> requestMtu(String deviceId, int mtu) async => 0;