Sign in
fuchsia
/
reference-docs
/
main
/
.
/
f8.1
/
sdk
/
dart
/
package-fidl_fidl
/
Decoder
/
countClaimedHandles.md
blob: d92232bcd3c14697041b50ce3937bebee53be0fe [
file
] [
log
] [
blame
] [
view
]
# countClaimedHandles method
int
countClaimedHandles
()
## Implementation
```dart
int countClaimedHandles() {
return _nextHandle;
}
```