pingKeepAlivePeriod property
Controls how long to wait between each heartbeat ping message.
The client periodically sends ping messages to the server to check if the connection is still alive. Shorter periods make connection state change notifications more responsive at the cost of battery life (as the antenna will have to wake up more often).
Defaults to 1 minute.
Implementation
final Duration pingKeepAlivePeriod;