menu
cannon_physics package
documentation
utils/utils.dart
Performance
now method
now method
dark_mode
light_mode
now
method
int
now
(
)
Implementation
int now() => nowOffset == null?0:DateTime.now().difference(nowOffset!).inMilliseconds;
cannon_physics package
documentation
utils/utils
Performance
now method
Performance class