BreakpointsListener typedef

BreakpointsListener = void Function(BuildContext context, Breakpoint breakpoint)

Implementation

typedef BreakpointsListener = void Function(
    BuildContext context, Breakpoint breakpoint);