GoogleplusPlugin constructor

GoogleplusPlugin({String webClientId: '', String scopes: '', bool offline: false })

Implementation

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