onCustomMessageReceived method
Implementation
@override
void onCustomMessageReceived(CustomMessage customMessage) {
  if (_messageCategoryTypeCheck(customMessage)) {
    _onMessageReceived(customMessage);
  }
}@override
void onCustomMessageReceived(CustomMessage customMessage) {
  if (_messageCategoryTypeCheck(customMessage)) {
    _onMessageReceived(customMessage);
  }
}