IPluginFactory constructor

IPluginFactory(
  1. FbInterface self
)

Implementation

IPluginFactory(super.self) {
  startIndex = super.startIndex + super.methodCount;
  methodCount = 1;
  _createPlugin =
      Pointer<
            NativeFunction<
              FbInterface Function(FbInterface, FbInterface, FbInterface)
            >
          >.fromAddress(vtable[startIndex])
          .asFunction();
}