Implementation Guide
Authentication
Importing
import 'package:vidvliveness_flutter_plugin/vidvliveness_flutter_plugin.dart';
Configurations
Required Configurations
final String baseURL = ' '; //put your acctual base url here
final String bundleKey = ' '; //put your actual bundle key here
final String accessToken = ' '; //put your actual access token here
Optional Configurations
Configurations Breakdown
Parameter Declaration
Start the SDK
Sample Integration Example
Last updated