blob: 729b6a88ff8d361388d8c20be5e1a95ece95229c [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() -> ();
};