head method
Implementation
RestOperation head({required RestOptions restOptions}) {
throw UnimplementedError('head has not been implemented.');
}
RestOperation head({required RestOptions restOptions}) {
throw UnimplementedError('head has not been implemented.');
}