L0StorageService class Null safety
Service to interact with L0 Storage APIs
Constructors
- L0StorageService(String apiId, CryptoRSAPrivateKey privateKey)
-
Construct a new instance of L0StorageService
Requires a
apiId
provided by the L0 Storage Service team. Requires a_privateKey
to sign all policy requests.
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
policy(
) → Future< L0StorageModelPolicyRsp> -
Request a new
L0StorageModelPolicyRsp
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited