QQService constructor

QQService({
  1. required String appId,
  2. String? universalLink,
})

Implementation

QQService({
  required this.appId,
  this.universalLink,
});