Skip to content

Close instances of "dart.core.Sink" in appmetrica_push_platform_interface #4

@mit-73

Description

@mit-73

lib/src/appmetrica_push_platform_interface.dart:32:34

   ╷
32 │     final StreamController<String> onMessageController =
   │ ┌──────────────────────────────────^
33 │ │       StreamController<String>.broadcast();
   │ └──────────────────────────────────────────^
   ╵

lib/src/appmetrica_push_platform_interface.dart:36:34

   ╷
36 │     final StreamController<String> onMessageOpenedAppController =
   │ ┌──────────────────────────────────^
37 │ │       StreamController<String>.broadcast();
   │ └──────────────────────────────────────────^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/appmetrica_push_platform_interface.dart

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions