revokeAllOtherInstallations method

  1. @override
Future<void> revokeAllOtherInstallations(
  1. Uint8List signerPrivateKey
)
override

Implementation

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