Configuration
Learn how to configure the Azakaw KYC SDK in your flutter application.
Configuration Options
AzakawKycConfig
| Parameter | Type | Required | Description |
|---|---|---|---|
| sessionId | String | Yes | Session ID from backend |
| environment | Environment | Yes | SANDBOX or PRODUCTION |
| isFullscreen | bool | No | Show in fullscreen mode |
Environment Options
enum Environment {
sandbox,
production
}
Permissions
The plugin will automatically request camera permissions when needed. The permission request is handled internally by the plugin.