LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
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 |