AuthGoogle constructor

AuthGoogle({@required String fileJson, List<String> scope: const ["https://www.googleapis.com/auth/cloud-platform"], String sessionId: "123" })

Implementation

AuthGoogle({@required this.fileJson,this.scope=const ["https://www.googleapis.com/auth/cloud-platform"],this.sessionId="123"});