VeryfiDart constructor Null safety
Init Veryfi SDK.
Receives a clientId
, clientSecret
, username
, apiKey
and apiVersion
(by default v8) required to initialize the SDK.
Implementation
VeryfiDart(
String clientId, String clientSecret, String username, String apiKey,
{String apiVersion = 'v8'})
: super(VeryfiCredentials(clientId, clientSecret, username, apiKey),
apiVersion);