blob: 28270dd466951bcdad3ba1b097d1adc9d48bdf2e [file] [log] [blame] [view]
# replace method
[Handle](../../zircon/Handle-class.md) replace
(int rights)
## Implementation
```dart
Handle replace(int rights) {
throw UnimplementedError(
'Handle.replace() is not implemented on this platform.');
}
```