InlineTimerStateRendered typedef

InlineTimerStateRendered = void Function(InlineTimerState state, Duration remaining)

Implementation

typedef InlineTimerStateRendered = void Function(
  InlineTimerState state,
  Duration remaining,
);