init method
Implementation
void init({required String publicKey}) {
_publicKey = publicKey;
_setupGlobalHandlers();
_sendQueuedReports(); // this is to check for and send reports on launch
}
void init({required String publicKey}) {
_publicKey = publicKey;
_setupGlobalHandlers();
_sendQueuedReports(); // this is to check for and send reports on launch
}