contextLog method

Future<void> contextLog(
  1. int contextId,
  2. int outcome,
  3. bool alwaysLog
)

Implementation

Future<void> contextLog(int contextId, int outcome, bool alwaysLog) {
  throw UnimplementedError('contextLog() has not been implemented.');
}