allocate method

  1. @override
ByteData allocate(
  1. int size
)
override

Implementation

@override
ByteData allocate(int size) => ByteData(size);