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