getFactory static method
Get the instant message factory.
Returns the registered InstantMessageFactory, or null if not registered.
Implementation
static InstantMessageFactory? getFactory() {
final helper = sharedMessageExtensions.instantHelper;
return helper!.getInstantMessageFactory();
}