Email Composer : isAvailable -> undefined

I use native plugin

import { EmailComposer } from '@ionic-native/email-composer';
constructor(private emailComposer: EmailComposer) { }
...
this.emailComposer.isAvailable().then((available: boolean) =>{
 if(available) {
   //Now we know we can send
 }
});

But
"available"
is undefined now…
Before i had it working properly, it were true and i not tested it more. Last changes, upgraded to 3.9.2 (was looking for promissed 4.0), probably it caused of problem.

Now i have ignore availability check to reach send mail dialog.

Ionic CLI version has nothing to do with it.

Did the Ionic Native plugin version or Cordova plugin version change maybe?

No, plugin have not been changed, but i pretty frequently do upgrades of all possible, so
currently i have:

MacP:PremoveExpert pyav$ ionic version
3.9.2
MacP:PremoveExpert pyav$ ionic info

cli packages: (/Users/macbook/IOS/PremoveExpert/node_modules)

@ionic/cli-utils  : 1.9.2
ionic (Ionic CLI) : 3.9.2

global packages:

Cordova CLI : 7.0.1

local packages:

@ionic/app-scripts : 2.1.3
Cordova Platforms  : android 6.2.3 ios 4.4.0
Ionic Framework    : ionic-angular 3.6.0

System:

Android SDK Tools : 25.2.5
ios-deploy        : 1.9.1
ios-sim           : 5.1.0
Node              : v6.11.0
npm               : 5.3.0
OS                : macOS Sierra
Xcode             : Xcode 9.0 Build version 9M189t

cordova-plugin-email-composer 0.8.7 “EmailComposer”

(Ionic Native email composer plugin version number is in package.json)

@ionic-native/email-composer”: “^4.2.1”,

It surely were upgraded.

So was it upgraded or is it the same version as before when everything worked?

I downgraded to

@ionic-native/email-composer”: “^4.1.0”

problem still exists.

Yeah but with what version of Ionic Native plugin and Cordova plugin did it work before?