debounce method

void debounce(
  1. dynamic data
)

Implementation

void debounce(dynamic data) async => _execute(data);