setNotificationResId method

Future<void> setNotificationResId(
  1. int notificationResId
)

Sets the resource ID for the notification

Implementation

Future<void> setNotificationResId(int notificationResId) {
  throw UnimplementedError(
      'setNotificationResId() has not been implemented.');
}