start method
void
start()
Implementation
void start() {
_timer ??= Timer.periodic(interval, (timer) async {
await ping();
});
}
void start() {
_timer ??= Timer.periodic(interval, (timer) async {
await ping();
});
}