MethodChannelEasyChannel class

An implementation of EasyChannelPlatform that uses method channels.

Inheritance

Constructors

MethodChannelEasyChannel()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addObserver(String path, Future<Map<String, dynamic>?> callback(Map<String, dynamic>?)) → void
channel observer
override
get(String path, [Map<String, dynamic>? data]) Future<Map<String, dynamic>?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(String path, [Map<String, dynamic>? data]) → void
override
removeObserver(String path) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited