MethodChannelIpfsServer class
- Inheritance
-
- Object
- PlatformInterface
- IpfsServerPlatform
- MethodChannelIpfsServer
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addNode(
{required String nodeUrl}) → Future< bool?> -
override
-
closeIPFS(
) → Future< bool?> -
override
-
getCurrentIdInfo(
) → Future< String?> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
getUrlByCID(
{required String cid}) → Future< String?> -
override
-
nodeList(
) → Future< List< String> ?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openIPFS(
) → Future< bool?> -
override
-
removeNode(
{required String nodeUrl}) → Future< bool?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadFileToIPFS(
{required String filePath}) → Future< String?> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited