nim_chatkit_pushkit 10.9.0
nim_chatkit_pushkit: ^10.9.0 copied to clipboard
Push notification click bridge and default NIM payload helpers for ChatKit.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nim_chatkit_pushkitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nim_chatkit_pushkit: ^10.9.0Alternatively, 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:nim_chatkit_pushkit/nim_chatkit_pushkit.dart';