changeEndDrawer method

void changeEndDrawer(
  1. bool value
)

Mirror of AppState.changeEndDrawer for compatibility.

Implementation

void changeEndDrawer(bool value) {
  fromNotification = value;
}