prepareOwnerRestart method
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.');
}