Esp32 Wire.h lib does not have callbacks

The <wire.h> lib exist but the TwoWire::onReceive(void ()(int)) and TwoWire::onRequest(void ()()) don’t existed but are a part of the arduino ide. Here is the merge that it happened in Pull Request. If I could get any assistants it would be greatly appreciated.

My Platform.ini file

[env]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps =
	 fastled/FastLED
	 https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git
build_flags =
upload_speed = 460800
monitor_speed = 115200
monitor_filters = esp32_exception_decoder


[env:esp32dev]
build_flags =
	${env.build_flags}
	-DTEST_FASTLINES
lib_deps =
	${env.lib_deps}
	Wire
	adafruit/Adafruit BusIO
	adafruit/Adafruit GFX Library

Corerct, PlatformIO is behind in the used Arduino-ESP32 version. See Support for the latest Arduino v2.0 · Issue #619 · platformio/platform-espressif32 · GitHub