blob: c97b08f08d21fb35a32d7414565e41b627e7a359 [file] [log] [blame]
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Helper functions for the hot reload test suite.
int get hotRestartGeneration =>
throw Exception('Not implemented on this platform.');
void hotRestart() => throw Exception('Not implemented on this platform.');
int get hotReloadGeneration =>
throw Exception('Not implemented on this platform.');
Future<void> hotReload() =>
throw Exception('Not implemented on this platform.');