#include <cursor_handler.h>
Definition at line 22 of file cursor_handler.h.
◆ CursorHandler()
Definition at line 49 of file cursor_handler.cc.
51 : channel_(std::make_unique<MethodChannel<EncodableValue>>(
56 channel_->SetMethodCallHandler(
57 [
this](
const MethodCall<EncodableValue>& call,
58 std::unique_ptr<MethodResult<EncodableValue>> result) {
59 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: