IpfsP2pCommand class

Constructors

IpfsP2pCommand()

Properties

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

Methods

close({bool? all, String? protocol, String? listenAddress, String? targetAddress}) Future<Map<String, dynamic>>
EXPERIMENTAL
forward({required String protocol, required String listen, required String target, bool? allowCustomProtocol}) Future<Map<String, dynamic>>
EXPERIMENTAL
listen({required String protocol, required String target, bool? allowCustomProtocol, bool? reportPeerId}) Future<Map<String, dynamic>>
EXPERIMENTAL
ls({bool? headers}) Future<Map<String, dynamic>>
EXPERIMENTAL
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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