onResponse method
Called after the response is received. Return the (possibly modified) response.
Implementation
Future<PlexApiResponse> onResponse(PlexApiResponse response) async => response;
Called after the response is received. Return the (possibly modified) response.
Future<PlexApiResponse> onResponse(PlexApiResponse response) async => response;