showIfRequired abstract method
Shows the consent form only if it is required and the user has not responded previously. If the consent status is required, the SDK loads a form and immediately presents it.
Implementation
Future<void> showIfRequired();