MetricSdk({required this.publicKey, required this.secretKey}) { apiKey = base64Encode(utf8.encode('$publicKey:$secretKey')); }