revokeAllOtherInstallations method

Future<void> revokeAllOtherInstallations(
  1. Uint8List signerPrivateKey
)

Implementation

Future<void> revokeAllOtherInstallations(Uint8List signerPrivateKey) {
  throw UnimplementedError('revokeAllOtherInstallations() has not been implemented.');
}