initialize abstract method
Future<void>
initialize({
- required String key,
- String account = 'default_account',
- String primaryColorHex = '#008f21',
- String secondaryColorHex = '#004E1D',
- String currencyCode = 'BRL',
- bool isHomolog = false,
- bool enableLogs = false,
- double pollingTimeout = 360.0,
- double pollingInterval = 3.0,
- String paypalClientID = "default_paypal_client_id",
- int maxRetries = 0,
Implementation
Future<void> initialize({
required String key,
String account = 'default_account',
String primaryColorHex = '#008f21',
String secondaryColorHex = '#004E1D',
String currencyCode = 'BRL',
bool isHomolog = false,
bool enableLogs = false,
double pollingTimeout = 360.0,
double pollingInterval = 3.0,
String paypalClientID = "default_paypal_client_id",
int maxRetries = 0,
});