HistoryOptions constructor
HistoryOptions({})
Implementation
HistoryOptions({
required this.channel,
this.start,
this.end,
this.limit=10,
void Function(HistoryResponse)? onSuccess,
void Function(GResult)? onFailed,
}) : super(
onSuccess: onSuccess,
onFailed: onFailed,
);