revokeAllOtherInstallations method
Implementation
@override
Future<void> revokeAllOtherInstallations(Uint8List signerPrivateKey) async {
await _ensureInitialized();
await rust_signing.revokeAllOtherInstallations(
signerPrivateKey: signerPrivateKey.toList(),
);
}