removeWatermark method
void
removeWatermark()
移除水印
Implementation
void removeWatermark() async {
if (_overlayEntry != null) {
_overlayEntry!.remove();
_overlayEntry = null;
}
}
移除水印
void removeWatermark() async {
if (_overlayEntry != null) {
_overlayEntry!.remove();
_overlayEntry = null;
}
}