Future<bool> isNotificationEncrypted(Map notification) async { return await backgroundMethodChannel.invokeMethod( 'Notifications/isNotificationEncrypted', {'notification': notification}); }