pub async fn get_network_statistics(
only_current: bool,
client_id: i32,
) -> Result<NetworkStatistics, Error>
Expand description
Returns network data usage statistics. Can be called before authorization
ยงArguments
only_current
- Pass true to get statistics only for the current library launchclient_id
- The client id to send the request to