loadPushNotifications static method
Implementation
static Future<List<PamPushMessage>?> loadPushNotifications() async {
var pushAPI = PamPushNotificationAPI(shared.config?.pamServer ?? "");
return await pushAPI.loadPushNotifications();
}
static Future<List<PamPushMessage>?> loadPushNotifications() async {
var pushAPI = PamPushNotificationAPI(shared.config?.pamServer ?? "");
return await pushAPI.loadPushNotifications();
}