@override Future<void> stopCompletion(double contextId) async { await methodChannel .invokeMethod("stopCompletion", {"contextId": contextId}); }