Skip to content

Commit 934dde5

Browse files
Add to ignore: unnecessary_null_comparison to method handler
1 parent 38162ae commit 934dde5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mindbox_android/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.1.0
1+
## 2.1.1
22

33
* Upgrade native SDK dependency to v2.1.4.
44

mindbox_platform_interface/lib/src/types/mindbox_method_handler.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class MindboxMethodHandler {
4747
/// Read more about [Configuration] parameter.
4848
Future<void> init({required Configuration configuration}) async {
4949
try {
50+
//ignore: unnecessary_null_comparison
5051
if (ServicesBinding.instance == null) {
5152
throw MindboxInitializeError(
5253
message: 'Initialization error',

0 commit comments

Comments
 (0)