IVersionCallback constructor

IVersionCallback(
  1. FbInterface self
)

Implementation

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