Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Variables
callback_cache.cc File Reference
#include "flutter/lib/ui/plugins/callback_cache.h"
#include <fstream>
#include <iterator>
#include "flutter/fml/build_config.h"
#include "flutter/fml/logging.h"
#include "flutter/fml/paths.h"
#include "rapidjson/document.h"
#include "rapidjson/stringbuffer.h"
#include "rapidjson/writer.h"
#include "third_party/tonic/converter/dart_converter.h"

Go to the source code of this file.

Namespaces

namespace  flutter
 

Variables

static const char * flutter::kHandleKey = "handle"
 
static const char * flutter::kRepresentationKey = "representation"
 
static const char * flutter::kNameKey = "name"
 
static const char * flutter::kClassNameKey = "class_name"
 
static const char * flutter::kLibraryPathKey = "library_path"
 
static const char * flutter::kCacheName = "flutter_callback_cache.json"