Created
June 7, 2025 05:06
-
-
Save rubywai/22822f9a3dcd2df58508bfbf1204f528 to your computer and use it in GitHub Desktop.
dio mock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:dio/dio.dart'; | |
import 'package:mockito/annotations.dart'; | |
@GenerateMocks([Dio]) | |
void main() {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment