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