getMsgType method
Implementation
String getMsgType() {
var json = decode();
var msgType = json['msgType'].split('-').first;
return msgType;
}
String getMsgType() {
var json = decode();
var msgType = json['msgType'].split('-').first;
return msgType;
}