subscribe method

void subscribe()

Implementation

void subscribe(){
  _firebaseMessaging.subscribeToTopic(TOPIC);
}