#include <cassert>
#include <iostream>
#include <variant>
#include "binary_messenger_impl.h"
#include "include/flutter/engine_method_result.h"
#include "include/flutter/method_channel.h"
#include "include/flutter/standard_method_codec.h"
#include "texture_registrar_impl.h"
Go to the source code of this file.
Namespaces | |
flutter | |
flutter::internal | |
Functions | |
void | flutter::internal::ResizeChannel (BinaryMessenger *messenger, std::string name, int new_size) |
void | flutter::internal::SetChannelWarnsOnOverflow (BinaryMessenger *messenger, std::string name, bool warns) |