performRequest method

  1. @override
Future<FittorResponse> performRequest(
  1. FittorRequest request,
  2. Stopwatch stopwatch
)
override

Implementation

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