parse static method

InstantMessage? parse(
  1. Object? msg
)

Implementation

static InstantMessage? parse(Object? msg) {
  var helper = sharedMessageExtensions.instantHelper;
  return helper!.parseInstantMessage(msg);
}