closeFrontLayer method

void closeFrontLayer()

Implementation

void closeFrontLayer(){
  Backdrop.of(_scaffoldCtx).concealBackLayer();
}