allocationSize method

  1. @override
int allocationSize()
override

Implementation

@override
int allocationSize() {
  return FfiConverterUInt32.allocationSize(sighash) + 4;
}