Skip to content

Commit

Permalink
fix(ios): remove unused method (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
elylucas committed Sep 22, 2021
1 parent e3f11c7 commit ac46b82
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ios/IonicPortals/IonicPortals/PortalsPlugin.swift
Expand Up @@ -76,11 +76,7 @@ public class PortalsPlugin: CAPPlugin {
PortalsPlugin.subscriptions[topic] = subscription
}
}

public static func removeMessageListener(_ messageName: String) {
PortalsPlugin.subscriptions.removeValue(forKey: messageName)
}


}

public struct SubscriptionResult {
Expand Down

1 comment on commit ac46b82

@vercel
Copy link

@vercel vercel bot commented on ac46b82 Sep 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.