[Vuejs]-Ionic 5 plugin undefined on IOS

0👍

I found the solution.

first update @ionic-native/core

npm uninstall --save @ionic-native/core && npm install --save @ionic-native/core@latest

The import the plugin like this

import { TextToSpeech } from "@ionic-native/text-to-speech";

Leave a comment