run1 method

  1. @Deprecated('Use call instead. Will be removed in 1.1')
Future<NDDebouncedActionRunResult<R>> run1(
  1. P arg
)

Implementation

@Deprecated('Use call instead. Will be removed in 1.1')
Future<NDDebouncedActionRunResult<R>> run1(P arg) => call(arg);