showNotification static method
Implementation
static Future<void> showNotification(Map<String, dynamic> body, String notificationIcon) {
return BolddeskSupportSdkPlatform.instance.showNotification(body, notificationIcon);
}
static Future<void> showNotification(Map<String, dynamic> body, String notificationIcon) {
return BolddeskSupportSdkPlatform.instance.showNotification(body, notificationIcon);
}