getCurrentTPS method
Implementation
Future<JSON> getCurrentTPS() {
final endpoint = "$baseURL/system/tps";
return getCall<JSON>(endpoint);
}
Future<JSON> getCurrentTPS() {
final endpoint = "$baseURL/system/tps";
return getCall<JSON>(endpoint);
}