isResponseReceived method
Implementation
bool isResponseReceived(){
return data != null && data is String && match(data, _MESSAGE_RECEIVED);
}
bool isResponseReceived(){
return data != null && data is String && match(data, _MESSAGE_RECEIVED);
}