toLocalNotification method
Importance
toLocalNotification()
Implementation
Importance toLocalNotification() => switch (this) {
AndroidImportance.HIGH => Importance.high,
AndroidImportance.DEFAULT => Importance.defaultImportance,
AndroidImportance.LOW => Importance.low,
AndroidImportance.MIN => Importance.min,
AndroidImportance.NONE => Importance.none,
};