display method

void display()

Implementation

void display() {
  _channel.invokeMethod(
      'displayNotification', {"notificationId": notification.id});
}