isSubscribedToCurrentApp method

bool isSubscribedToCurrentApp(
  1. String currentAppId
)

Implementation

bool isSubscribedToCurrentApp(String currentAppId) {
  return subscribedToApps.contains(currentAppId);
}