notificationMirroring property

  1. @override
NotificationMirroring get notificationMirroring

Implementation

@override
NotificationMirroring get notificationMirroring =>
    _iToastNotification3.notificationMirroring;
  1. @override
set notificationMirroring (NotificationMirroring value)

Implementation

@override
set notificationMirroring(NotificationMirroring value) =>
    _iToastNotification3.notificationMirroring = value;