#include <cursor_handler.h>
Definition at line 22 of file cursor_handler.h.
◆ CursorHandler()
Definition at line 50 of file cursor_handler.cc.
52 : channel_(std::make_unique<MethodChannel<EncodableValue>>(
57 channel_->SetMethodCallHandler(
58 [
this](
const MethodCall<EncodableValue>& call,
59 std::unique_ptr<MethodResult<EncodableValue>> result) {
60 HandleMethodCall(call, std::move(result));
static const StandardMethodCodec & GetInstance(const StandardCodecSerializer *serializer=nullptr)
static constexpr char kChannelName[]
The documentation for this class was generated from the following files: