GoogleplusPlugin constructor
Implementation
GoogleplusPlugin({String webClientId = '', String scopes = '', bool offline = false}) {
this._options = GoogleplusOptions(webClientId: webClientId, scopes: scopes, offline: offline);
}
GoogleplusPlugin({String webClientId = '', String scopes = '', bool offline = false}) {
this._options = GoogleplusOptions(webClientId: webClientId, scopes: scopes, offline: offline);
}