fix analysis issues

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-04-04 02:47:46 +05:30
committed by xsahil03x
parent 36d3ca9258
commit 7992a51bef
13 changed files with 26 additions and 51 deletions
@@ -94,7 +94,7 @@ void main() {
final error = DioError(
type: DioErrorType.badResponse,
message: errorMessage,
requestOptions: RequestOptions(path: ''),
requestOptions: RequestOptions(),
);
when(() => mockChannel.initialized)
.thenAnswer((_) => Future.error(error));