managers property

  1. @visibleForTesting
Map<Alignment, ToastificationManager> managers
final

list of managers for each Alignment object

for each Alignment object we will create a ToastificationManager

Implementation

@visibleForTesting
final Map<Alignment, ToastificationManager> managers = {};