retryDelay property

Duration? retryDelay
final

How long PowerSync should wait before reconnecting after an error.

When set to null, PowerSync defaults to a delay of 5 seconds.

Implementation

final Duration? retryDelay;