blob: c5fa43df727c69ae4e757ffc49786f28f6677307 [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 Flutter;
NS_ASSUME_NONNULL_BEGIN
/// APIs exposed for unit tests.
@interface FLTQuickActionsPlugin (Test)
/// Initializes a FLTQuickActionsPlugin with the given method channel.
/// API exposed for unit tests.
/// @param channel A method channel.
/// @return The initialized FLTQuickActionsPlugin.
- (instancetype)initWithChannel:(FlutterMethodChannel *)channel;
@end
NS_ASSUME_NONNULL_END