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