revokeInstallations method

Future<void> revokeInstallations(
  1. Uint8List signerPrivateKey,
  2. List<String> installationIds
)

Implementation

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