allocationSize method

  1. @override
int allocationSize()
override

Implementation

@override
int allocationSize() {
  return FfiConverterString.allocationSize(errorMessage) + 4;
}