Skip to content

Commit 7c972da

Browse files
authored
fix: formatting update interceptor_contract.dart
1 parent 2a52412 commit 7c972da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/models/interceptor_contract.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,8 @@ abstract class InterceptorContract {
4141
required BaseResponse response,
4242
}) =>
4343
true;
44+
45+
FutureOr<BaseResponse> interceptResponse({
46+
required BaseResponse response,
47+
});
4448
}

0 commit comments

Comments
 (0)