create method

Future<DialogModel> create()

Implementation

Future<DialogModel> create() async {
  await _setupAssignmentView();
  return await _setupDialog();
}