getStats method

Future<Stats> getStats()

Get Lavalink server statistics

Implementation

Future<Stats> getStats() async {
  return await rest.getStats();
}