contextAppendOutcomeMetadata method

Future<void> contextAppendOutcomeMetadata(
  1. int contextId,
  2. Map<String, dynamic> metadata
)

Implementation

Future<void> contextAppendOutcomeMetadata(int contextId, Map<String, dynamic> metadata) {
  throw UnimplementedError('contextAppendOutcomeMetadata() has not been implemented.');
}