menu
wampproto package
documentation
idgen.dart
SessionScopeIDGenerator
next method
next method
dark_mode
light_mode
next
method
int
next
(
)
Implementation
int next() { if (id == _maxScope) { id = 0; } return id += 1; }
wampproto package
documentation
idgen
SessionScopeIDGenerator
next method
SessionScopeIDGenerator class