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