showProgressNotification abstract method

Future<void> showProgressNotification(
  1. int progress, {
  2. int? notificationId,
})

Implementation

Future<void> showProgressNotification(int progress, {int? notificationId});