diff --git a/src/@ionic-native/plugins/line-login/index.ts b/src/@ionic-native/plugins/line-login/index.ts index a41f10b0e..898c53e4c 100644 --- a/src/@ionic-native/plugins/line-login/index.ts +++ b/src/@ionic-native/plugins/line-login/index.ts @@ -99,6 +99,19 @@ export class LineLogin extends IonicNativePlugin { return; } + /** + * Login with Web + * (iOS only) + * @return {Promise} + */ + @Cordova({ + successIndex: 1, + errorIndex: 2 + }) + loginWeb(): Promise { + return; + } + /** * Logout * @return {Promise}