init method
Implementation
@mustCallSuper
void init(BuildContext context) {
_context = context;
_lastFrameEpochMs = DateTime.now().millisecondsSinceEpoch;
}
@mustCallSuper
void init(BuildContext context) {
_context = context;
_lastFrameEpochMs = DateTime.now().millisecondsSinceEpoch;
}