Skip to content

Commit

Permalink
fix: fixed for the issue (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
myConsciousness committed Dec 12, 2022
1 parent 77b4b36 commit fa1a867
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/twitter_api_v2.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export 'package:twitter_api_v2/src/core/exception/twitter_exception.dart';
export 'package:twitter_api_v2/src/core/exception/twitter_upload_exception.dart';
export 'package:twitter_api_v2/src/core/exception/unauthorized_exception.dart';
export 'package:twitter_api_v2/src/core/language.dart';
export 'package:twitter_api_v2/src/core/oauth_response.dart' show OAuthResponse;
export 'package:twitter_api_v2/src/core/scope.dart';
export 'package:twitter_api_v2/src/core/util/oauth_utils.dart';
export 'package:twitter_api_v2/src/service/common/includes.dart';
export 'package:twitter_api_v2/src/service/common/locale.dart';
Expand Down

0 comments on commit fa1a867

Please sign in to comment.