run method

Future<DialogModel> run()

Implementation

Future<DialogModel> run() async {
  await _setupDashboard();
  return await _setupDialog();
}