![]() |
Flutter Engine
The Flutter Engine
|
#include <platform_message_response_darwin.h>
Public Member Functions | |
void | Complete (std::unique_ptr< fml::Mapping > data) override |
void | CompleteEmpty () override |
![]() | |
virtual void | Complete (std::unique_ptr< fml::Mapping > data)=0 |
virtual void | CompleteEmpty ()=0 |
bool | is_complete () const |
![]() | |
void | Release () const |
![]() | |
void | AddRef () const |
bool | HasOneRef () const |
void | AssertHasOneRef () const |
Additional Inherited Members | |
![]() | |
PlatformMessageResponse () | |
virtual | ~PlatformMessageResponse () |
![]() | |
RefCountedThreadSafe () | |
~RefCountedThreadSafe () | |
![]() | |
RefCountedThreadSafeBase () | |
~RefCountedThreadSafeBase () | |
bool | Release () const |
void | Adopt () |
![]() | |
bool | is_complete_ = false |
Definition at line 21 of file platform_message_response_darwin.h.
|
overridevirtual |
Implements flutter::PlatformMessageResponse.
Definition at line 21 of file platform_message_response_darwin.mm.
|
overridevirtual |
Implements flutter::PlatformMessageResponse.
Definition at line 28 of file platform_message_response_darwin.mm.