prepareOwnerRestart method

Future<void> prepareOwnerRestart({
  1. required int passiveReconnectTimeoutMillis,
})

Tells the connected server that this owner process is about to restart.

Implementation

Future<void> prepareOwnerRestart({
  required int passiveReconnectTimeoutMillis,
}) {
  throw UnimplementedError('prepareOwnerRestart() has not been implemented.');
}