onResponse method

Future<PlexApiResponse> onResponse(
  1. PlexApiResponse response
)

Called after the response is received. Return the (possibly modified) response.

Implementation

Future<PlexApiResponse> onResponse(PlexApiResponse response) async => response;