Flutter macOS Embedder
engine_method_result.cc
Go to the documentation of this file.
1 // Copyright 2013 The Flutter Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 // This file is deprecated in favor of core_implementations.cc. This is a
6 // temporary forwarding implementation so that the switch to
7 // core_implementations.cc isn't an immediate breaking change, allowing for the
8 // template to be updated to include it and update the template version before
9 // removing this file.
10 
11 #include "core_implementations.cc"
core_implementations.cc