📜  gpluss logi ionic4 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:30.498000             🧑  作者: Mango

代码示例1
import { GooglePlus } from '@ionic-native/google-plus/ngx';

constructor(private googlePlus: GooglePlus) { }

...

this.googlePlus.login({})
  .then(res => console.log(res))
  .catch(err => console.error(err));