setFactory static method
Set the TransportableData factory.
Implementation
static void setFactory(TransportableDataFactory factory) {
final helper = sharedFormatExtensions.tedHelper;
helper!.setTransportableDataFactory(factory);
}
Set the TransportableData factory.
static void setFactory(TransportableDataFactory factory) {
final helper = sharedFormatExtensions.tedHelper;
helper!.setTransportableDataFactory(factory);
}