SdkMethodChannel class
- Inheritance
- 
    - Object
- MethodChannel
- SdkMethodChannel
 
Constructors
- SdkMethodChannel(String name)
- 
          
            const
Properties
- binaryMessenger → BinaryMessenger
- 
  The messenger which sends the bytes for this channel.
  no setterinherited
- codec → MethodCodec
- 
  The message codec used by this channel, not null.
  finalinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- name → String
- 
  The logical channel on which communication happens, not null.
  finalinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  invokeListMethod<T> (String method, [dynamic arguments]) → Future< List< T> ?>
- 
  An implementation of invokeMethod that can return typed lists.
  inherited
- 
  invokeMapMethod<K, V> (String method, [dynamic arguments]) → Future< Map< K, V> ?>
- 
  An implementation of invokeMethod that can return typed maps.
  inherited
- 
  invokeMethod<T> (String method, [dynamic arguments]) → Future< T?> 
- 
  Invokes a methodon this channel with the specifiedarguments.inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  setMethodCallHandler(Future handler(MethodCall call)?) → void 
- 
  Sets a callback for receiving method calls on this channel.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited