decryptNotification method
The function decrypts a notification and returns it.
Args: notification (Map): A Map object representing a notification that needs to be decrypted.
Implementation
Future<Map> decryptNotification(Map notification) async {
return _methods.decryptNotification(notification);
}