log function
Implementation
void log(String message) {
if (PushNotificationsObserver.instance.logsEnabled) {
debugPrint(message);
}
}
void log(String message) {
if (PushNotificationsObserver.instance.logsEnabled) {
debugPrint(message);
}
}