denySharePermission static method
Implementation
static Future<void> denySharePermission(
EnxPubType enxPubType, String clientId) async {
await _channel.invokeMethod("denySharePermission",
{"enxPubType": enxPubType.name, "clientId": clientId});
}