📅  最后修改于: 2022-03-11 14:48:30.498000             🧑  作者: Mango
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));