buildConsentFlow static method

  1. @Deprecated("Use ConsentFlow.create() instead")
ConsentFlow buildConsentFlow()

Create ConsentFlow.

Implementation

@Deprecated("Use ConsentFlow.create() instead")
static ConsentFlow buildConsentFlow() {
  return ConsentFlow.create();
}