EasyChannelPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • EasyChannelPlatform
Implementers

Constructors

EasyChannelPlatform()
Constructs a EasyChannelPlatform.

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
get(String path, [Map<String, dynamic>? data]) Future<Map<String, dynamic>?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(String path, [Map<String, dynamic>? data]) → void
removeObserver(String path) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance EasyChannelPlatform
The default instance of EasyChannelPlatform to use.
getter/setter pair