getFactory static method

InstantMessageFactory? getFactory()

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();
}