revokeAllOtherInstallations method
Implementation
@override
Future<void> revokeAllOtherInstallations(Uint8List signerPrivateKey) async {
await methodChannel.invokeMethod('revokeAllOtherInstallations', {
'signerPrivateKey': signerPrivateKey,
});
}