GetAdjustId method

Future<String?> GetAdjustId()

Implementation

Future<String?> GetAdjustId() async {
  return _instance.GetAdjustId();
}