dropSplash method

void dropSplash()

Implementation

void dropSplash() {
  FlutterNativeSplash.remove();
  dropped = true;
}