Get notification by ID
Future<Notification?> getNotification({ required String notificationId, }) async { return await _platform.getNotification(notificationId: notificationId); }