dockingOff method
void
dockingOff()
A method for docking off the notification.
This method is used to docking off the notification.
Implementation
void dockingOff() {
docking = false;
}
A method for docking off the notification.
This method is used to docking off the notification.
void dockingOff() {
docking = false;
}