disableCMP static method
This method will disable the CMP, this means that you will be required to use you own CMP and after your CMP is finished you can Initialize the SDK normally
Implementation
static Future<void> disableCMP() => R89SdkPlatformInterface.instance().disableCMP();