TODO function

void TODO([
  1. String? reason
])

Always throws NotImplementedError stating that operation is not implemented.

Implementation

Unit TODO([String? reason]) => throw NotImplementedError(reason);