blob: e17ecbc814986698d19348b437f6aa1945775cfa [file] [log] [blame]
// Copyright (c) 2018, 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.
import 'dart:async';
import 'package:build/build.dart';
@deprecated
typedef void OnDelete(AssetId id);
abstract class RunnerAssetWriter implements AssetWriter {
Future delete(AssetId id);
}