list method

Future<List<String>> list(
  1. String cloudCapsuleId
)

Implementation

_i2.Future<List<String>> list(String cloudCapsuleId) =>
    caller.callServerEndpoint<List<String>>(
      'secrets',
      'list',
      {'cloudCapsuleId': cloudCapsuleId},
    );