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