onPing method

void onPing(
  1. void callback()
)
inherited

Set callback when the device is pinged

Implementation

// ignore: use_setters_to_change_properties
void onPing(void Function() callback) {
  pingDeviceCallback = callback;
}