notify static method

  1. @JS('notify')
int notify(
  1. List<int> typedArray,
  2. int index, [
  3. int count
])

Implementation

@JS('notify')
external static int notify(List<int> typedArray, int index, [int count]);