removeDelay method

Future<void> removeDelay(
  1. int ms
)

Implementation

Future<void> removeDelay(int ms) {
  return entry.removeDelay(ms);
}