performRequest method
Implementation
@override
Future<FittorResponse> performRequest(
FittorRequest request, Stopwatch stopwatch) async {
throw const FittorException(
'Platform not supported. This should not be called.');
}
@override
Future<FittorResponse> performRequest(
FittorRequest request, Stopwatch stopwatch) async {
throw const FittorException(
'Platform not supported. This should not be called.');
}