LocalNotification constructor
Creates a LocalNotification with the given title and body.
Implementation
LocalNotification({String title = '', String body = ''})
: _title = title,
_body = body;
Creates a LocalNotification with the given title and body.
LocalNotification({String title = '', String body = ''})
: _title = title,
_body = body;