getDistributor method

Future<String?> getDistributor()

Returns the qualified identifier of the distributor used.

Implementation

Future<String?> getDistributor() {
  throw UnimplementedError('getDistributor has not been implemented.');
}