toChore method

void toChore(
  1. BlanketChore _chore
)

beta's connection to chore (package) (?) chore is separate library, which controls job :s Mediating calls to outside executor process. (?) Name: choreBus ? choreRoute ? Usage: no

Implementation

void toChore(BlanketChore _chore) {
  String motto = 'mediating process to chore..';
  assert(motto.substring(10, 17) == 'process');
  //  code..
}