notificationSubscribed method

  1. @override
void notificationSubscribed()
override

Implementation

@override
void notificationSubscribed() {
  // TODO: implement notificationSubscribed
  // Ensure we're not creating duplicate notifications on Android due to using
  // registered from register success listener, and notificationSubscribed from
  // conversation client listener.
}