getFactory static method

SecureMessageFactory? getFactory()

Get the secure message factory.

Returns the registered SecureMessageFactory, or null if not registered.

Implementation

static SecureMessageFactory? getFactory() {
  final helper = sharedMessageExtensions.secureHelper;
  return helper!.getSecureMessageFactory();
}