appDialogService method

AppDialogService appDialogService()

Implementation

AppDialogService appDialogService() {
  return Provider.of<AppDialogService>(this, listen: false);
}