isNotificationEncrypted method
Implementation
Future<bool> isNotificationEncrypted(Map notification) async {
  return await SyneriseInvocation(backgroundMethodChannel).invokeSDKMethod(
      'Notifications/isNotificationEncrypted',
      parameters: {'notification': notification});
}