handleData method

dynamic handleData(
  1. Uint8List data
)

Implementation

handleData(Uint8List data) {
  _parseBLEPacket(data);
}