LCOV - code coverage report
Current view: top level - utils - auth_options.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 1 0.0 %
Date: 2022-03-03 12:16:56 Functions: 0 0 -

          Line data    Source code
       1             : class AuthOptions {
       2           0 :   const AuthOptions({this.clientId});
       3             : 
       4             :   // There are different values for web, android & ios - the relevant option
       5             :   // is set at runtime.
       6             :   //
       7             :   // The clientId is not needed for GoogleSignIn on Android.
       8             :   final String? clientId;
       9             : }

Generated by: LCOV version 1.13