hide method

Future<void> hide()

Implementation

Future<void> hide() async {
  await this.pCurrentWidget.set(null);
}