staticRevokeInstallations method
Implementation
@override
Future<void> staticRevokeInstallations(Uint8List signerPrivateKey, String inboxId, List<String> installationIds) async {
await methodChannel.invokeMethod('staticRevokeInstallations', {
'signerPrivateKey': signerPrivateKey,
'inboxId': inboxId,
'installationIds': installationIds,
});
}