Hi
I want to add localnotification for ionic cordova project base to support android 12…
installed GitHub - bhandaribhumin/cordova-plugin-local-notification-12 this but i cant import it on my ionic app and when i use
cordova.plugins.notification.local.schedule
throw error
Property 'notification' does not exist on type 'CordovaPlugins'.ts(2339)
can someone help me please?