[−][src]Trait flutter_engine::codec::MethodCodec
Associated Types
type R
Required methods
fn decode_method_call(buf: &[u8]) -> Option<MethodCall<Self::R>>
Methods for handling dart call
fn encode_success_envelope(v: &Self::R) -> Vec<u8>
fn encode_error_envelope(
code: &str,
message: &str,
details: &Self::R
) -> Vec<u8>
code: &str,
message: &str,
details: &Self::R
) -> Vec<u8>
fn encode_method_call(v: &MethodCall<Self::R>) -> Vec<u8>
Methods for calling into dart