notify method

Future<T> notify(
  1. TaskViewModel viewModel, {
  2. String tag = 'main',
  3. JsonObject args = const {},
})

Implementation

Future<T> notify(TaskViewModel viewModel, {String tag = 'main', JsonObject args = const {}}) =>
    viewModel.notifyTask(this, tag: tag, args: args);