enableThirdPartySharing static method

void enableThirdPartySharing(
  1. int type
)

Implementation

static void enableThirdPartySharing(int type) {
  _pigeon.enableThirdPartySharing(type);
}