create static method
Implementation
static InstantMessage create(Envelope head, Content body) {
var helper = sharedMessageExtensions.instantHelper;
return helper!.createInstantMessage(head, body);
}
static InstantMessage create(Envelope head, Content body) {
var helper = sharedMessageExtensions.instantHelper;
return helper!.createInstantMessage(head, body);
}