inactivity_detector library Null safety

Classes

InactivityDetector
A component that allows to execute a callback onInactivityDetected when no activity has been detected on the child component after a the set inactivityTimeInMinutes.

Typedefs

InactivityCallback = void Function()