execute abstract method

void execute(
  1. Uint8List data
)

this method is called with received data from the communication class.

Implementation

void execute(Uint8List data);