local_notifications/src/helpers library
Functions
-
localNotification(
String title, String body) → LocalNotification -
Creates a new LocalNotification with the given
titleandbody. -
pushNotification(
String title, String body) → LocalNotification -
Creates a new LocalNotification with the given
titleandbody.