The Notification plugin (pre-installed along with Coraline by default) allows you to open various native notification dialogs. It behaves like cordova-plugin-dialogs and may be used with ionic by installing the Dialogs module:
$ npm install --save @ionic-native/dialogs
and using it as described on the Native Dialogs module page.