init method

  1. @mustCallSuper
void init(
  1. BuildContext context
)

Implementation

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