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