fcm_subscribed_topics 0.0.2 fcm_subscribed_topics: ^0.0.2 copied to clipboard
A Flutter package that retrieves the list of Firebase Cloud Messaging (FCM) topics a device is subscribed to. This package supports both Android and iOS, providing a seamless way to manage and track t [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fcm_subscribed_topics
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
fcm_subscribed_topics: ^0.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fcm_subscribed_topics/fcm_subscribed_topics.dart';