configureForRuntime method

  1. @override
void configureForRuntime(
  1. Runtime runtime
)

Configure this plugin for use in a dart_eval Runtime.

Implementation

@override
void configureForRuntime(Runtime runtime) {
  $BaseRequest.configureForRuntime(runtime);
  $BaseResponse.configureForRuntime(runtime);
  $ByteStream.configureForRuntime(runtime);
  $Client.configureForRuntime(runtime);
  $ClientException.configureForRuntime(runtime);
  $Request.configureForRuntime(runtime);
  $Response.configureForRuntime(runtime);
  $StreamedResponse.configureForRuntime(runtime);
  configureFunctionsForRuntime(runtime);
}