DescopeFlowOptions constructor

DescopeFlowOptions({
  1. DescopeMobileFlowOptions? mobile,
  2. DescopeWebFlowOptions? web,
})

Implementation

DescopeFlowOptions({this.mobile, this.web});