getDistinctId property

Future<String?> getDistinctId

Implementation

static Future<String?> get getDistinctId async {
  return await _channel.invokeMethod('getDistinctId');
}