Flutter
services
MethodChannel
name property
name
description
name
property
Null safety
String
name
final
The logical channel on which communication happens, not null.
Implementation
final String name;
Flutter
services
MethodChannel
name property
MethodChannel class
Constructors
MethodChannel
Properties
binaryMessenger
codec
hashCode
name
runtimeType
Methods
invokeListMethod
invokeMapMethod
invokeMethod
noSuchMethod
setMethodCallHandler
toString
Operators
operator ==