padCount abstract method

int padCount(
  1. Uint8List data
)

Get the number of pad bytes present in the block.

Implementation

int padCount(Uint8List data);