isValid static method

bool isValid(
  1. Uint8List buffer
)

Implementation

static bool isValid(Uint8List buffer) => buffer.length == kTotalBytes;