I am getting an error in the following code on the first line:
if (typeof module != ‘undefined’ && module.exports) {
module.exports = PushNotification;
}
This is the error:
I cannot seem to find the syntax error here. I am trying to use PushPlugin for iOS.