blob: 72694376464fb4b8dbd7472901a81751ba49b628 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library test.fuchsia.flutter;
@discoverable
protocol Pinger {
ping() -> ();
};