getFactory static method

IDFactory? getFactory()

Get the ID factory.

Implementation

static IDFactory? getFactory() {
  final helper = sharedAccountExtensions.idHelper;
  return helper!.getIDFactory();
}