DescopeFlowCallbacks constructor
DescopeFlowCallbacks({
- void onReady()?,
- void onSuccess()?,
- void onError(
- DescopeException error
Implementation
DescopeFlowCallbacks({this.onReady, this.onSuccess, this.onError});