FlashIAP on Multitech xDot and mDot

I am writing some configuration data to the internal flash on a xDot (STM32L151) using the FlashIAP driver and that is working fine.
However when I try to compile the same code for the mDot (STM32F411RET), it doesn’t seem to support FlashIAP.
Is this on purpose or is it an oversight as I don’t see why it wouldn’t be possible on the STM32F411RET?
Is there a work around?

Thanks in advance.