PLC class sealed

Constructors

PLC({String service, GetClient? mockedGetClient, PostClient? mockedPostClient})
factory

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

export({DateTime? after, int? count}) Future<Response<AuditableLog>>
findAuditableLog({required String did}) Future<Response<AuditableLog>>
findDocument({required String did}) Future<Response<DidDocument>>
findDocumentData({required String did}) Future<Response<DocumentData>>
findLastOperation({required String did}) Future<Response<CompatibleOpOrTombstone>>
findOperationLog({required String did}) Future<Response<OperationLog>>
health() Future<Response<Instance>>
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