StatsGraphAsync constructor

const StatsGraphAsync({
  1. required String token,
})

Stats Graph Async constructor.

Implementation

const StatsGraphAsync({
  required this.token,
}) : super._();