menu
flutter_scene package
documentation
fscene.dart
IdAllocator
mint method
mint method
dark_mode
light_mode
mint
method
LocalId
mint
(
)
Mints the next unique
LocalId
for this session.
Implementation
LocalId mint() => LocalId(session, _nextIndex++);
flutter_scene package
documentation
fscene
IdAllocator
mint method
IdAllocator class