HereNowOptions constructor
Implementation
HereNowOptions({
required this.channel,
this.limit,
void Function(HereNowResponse)? onSuccess,
void Function(GResult)? onFailed,
}) : super(
onSuccess: onSuccess,
onFailed: onFailed,
);
HereNowOptions({
required this.channel,
this.limit,
void Function(HereNowResponse)? onSuccess,
void Function(GResult)? onFailed,
}) : super(
onSuccess: onSuccess,
onFailed: onFailed,
);