padCount method

  1. @override
int padCount(
  1. Uint8List data
)
override

Get the number of pad bytes present in the block.

Implementation

@override
int padCount(Uint8List data) {
  return 0;
}