getDistributor static method

Future<String?> getDistributor()

Returns the qualified identifier of the distributor used.

Implementation

static Future<String?> getDistributor() async {
  return await UnifiedPushPlatform.instance.getDistributor();
}