DescopeWebFlowOptions constructor

DescopeWebFlowOptions({
  1. required String flowId,
  2. Map<String, String>? flowContainerCss,
})

Implementation

DescopeWebFlowOptions({required this.flowId, this.flowContainerCss});