onPing method
void
onPing(
- void callback()
inherited
Set callback when the device is pinged
Implementation
// ignore: use_setters_to_change_properties
void onPing(void Function() callback) {
pingDeviceCallback = callback;
}