getFull method

Future getFull()

get full notification

Implementation

Future<dynamic> getFull() {
  return NotificationsListener.getFullNotification(uniqueId!);
}