staticRevokeInstallations method

Future<void> staticRevokeInstallations(
  1. Uint8List signerPrivateKey,
  2. String inboxId,
  3. List<String> installationIds
)

Implementation

Future<void> staticRevokeInstallations(Uint8List signerPrivateKey, String inboxId, List<String> installationIds) {
  throw UnimplementedError('staticRevokeInstallations() has not been implemented.');
}