removeOverlayCardDelegate method
void
removeOverlayCardDelegate()
Stop Simulation
Implementation
void removeOverlayCardDelegate() => _state != null ? _state!.removeOverlayCardDelegate() : null;
Stop Simulation
void removeOverlayCardDelegate() => _state != null ? _state!.removeOverlayCardDelegate() : null;