createDialog function

Future<CubeDialog> createDialog(
  1. CubeDialog newDialog
)

Implementation

Future<CubeDialog> createDialog(CubeDialog newDialog) {
  return CreateDialogQuery(newDialog).perform();
}