Flutter
services
MethodChannel
codec property
codec
description
codec
property
Null safety
MethodCodec
codec
final
The message codec used by this channel, not null.
Implementation
final MethodCodec codec;
Flutter
services
MethodChannel
codec property
MethodChannel class
Constructors
MethodChannel
Properties
binaryMessenger
codec
hashCode
name
runtimeType
Methods
invokeListMethod
invokeMapMethod
invokeMethod
noSuchMethod
setMethodCallHandler
toString
Operators
operator ==