#include <engine_method_result.h>
template<typename T>
class flutter::EngineMethodResult< T >
Definition at line 44 of file engine_method_result.h.
◆ EngineMethodResult()
Definition at line 49 of file engine_method_result.h.
51 std::make_unique<internal::ReplyManager>(std::move(reply_handler))),
◆ ~EngineMethodResult()
◆ ErrorInternal()
template<typename T >
void flutter::EngineMethodResult< T >::ErrorInternal |
( |
const std::string & |
error_code, |
|
|
const std::string & |
error_message, |
|
|
const T * |
error_details |
|
) |
| |
|
inlineoverrideprotectedvirtual |
Implements flutter::MethodResult< T >.
Definition at line 65 of file engine_method_result.h.
68 std::unique_ptr<std::vector<uint8_t>> data =
69 codec_->EncodeErrorEnvelope(error_code, error_message, error_details);
70 reply_manager_->SendResponseData(data.get());
◆ NotImplementedInternal()
template<typename T >
|
inlineoverrideprotectedvirtual |
◆ SuccessInternal()
template<typename T >
|
inlineoverrideprotectedvirtual |
The documentation for this class was generated from the following file: