heartbeatInterval property

  1. @override
Duration heartbeatInterval
inherited

How often to check for heartbeats.

Implementation

@override
Duration get heartbeatInterval => const Duration(seconds: 2);