eraser 2.0.2
eraser: ^2.0.2 copied to clipboard
A flutter plugin that allows remote push notifications to be dismissed and the iOS badge count to be reset.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add eraserThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
eraser: ^2.0.2Alternatively, 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:eraser/eraser.dart';