stopCompletion method

Future<void> stopCompletion(
  1. double contextId
)

Implementation

Future<void> stopCompletion(double contextId) {
  throw UnimplementedError(
      "Method stopCompletion({required double contextId}) has not been implemented.");
}