getBuffer method

Int8List? getBuffer()

Returns the bytes list

Implementation

Int8List? getBuffer() {
  return null;
}