IpfsPinRemoteServiceSubcommand class

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

add({required String name, required String endpoint, required String key}) Future<Map<String, dynamic>>
Add remote pinning service. /api/v0/pin/remote/service/add
ls({bool? stat}) Future<Map<String, dynamic>>
List remote pinning services. /api/v0/pin/remote/service/ls
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rm({required String name}) Future<Map<String, dynamic>>
Remove remote pinning service. /api/v0/pin/remote/service/rm
toString() String
A string representation of this object.
inherited

Operators

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