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