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