![]() |
Flutter Engine
The Flutter Engine
|
#include <functional>
#include "flutter/fml/macros.h"
Go to the source code of this file.
Classes | |
class | fml::ScopedCleanupClosure |
Wraps a closure that is invoked in the destructor unless released by the caller. More... | |
Namespaces | |
namespace | fml |
Typedefs | |
using | fml::closure = std::function< void()> |