cancel static method

void cancel([
  1. bool withAnime = true
])

Implementation

static void cancel([bool withAnime = true]) =>
    _customOverlay.cancelAll(withAnime);