showLiveActivitiesNotification method

Future<void> showLiveActivitiesNotification(
  1. String msg,
  2. String msgId,
  3. String redirectUrl
)

Implementation

Future<void> showLiveActivitiesNotification(
  String msg,
  String msgId,
  String redirectUrl,
) async {
  createNotificationChannel();
}