Please I just tried implementing AES256 in ionic 4 and I get this error
index.js:166 Uncaught TypeError: Object(…) is not a function
at index.js:166
at Module…/node_modules/@ionic-native/aes-256/index.js (index.js:245)
at webpack_require (bootstrap:83)
at Module…/src/app/app.module.ts (app.component.ts:12)
at webpack_require (bootstrap:83)
at Module…/src/main.ts (main.ts:1)
at webpack_require (bootstrap:83)
at Object.0 (main.ts:13)
at webpack_require (bootstrap:83)
at checkDeferredModules (bootstrap:45)
Even though I’ve add ‘AES256’ in Provider @ appmodule…I still get error.