blob: ce80a55e130b3ded4b3d0f2ed2d5d6512df6f4c8 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:pigeon/pigeon.dart';
@FlutterApi()
abstract class AllVoidFlutterApi {
void doit();
}
@HostApi()
abstract class AllVoidHostApi {
void doit();
}