LCOV - code coverage report
Current view: top level - lib/src - facebook_auth_exception.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 1 100.0 %
Date: 2021-03-16 18:57:01 Functions: 0 0 -

          Line data    Source code
       1             : /// class to save the error data when usign the facebook SDK
       2             : ///
       3             : class FacebookAuthException implements Exception {
       4             :   /// the error code
       5             :   final String errorCode; // CANCELLED, FAILED, OPERATION_IN_PROGRESS
       6             : 
       7             :   /// the error message
       8             :   final String? message;
       9             : 
      10           1 :   FacebookAuthException(this.errorCode, this.message);
      11             : }

Generated by: LCOV version 1.15