close method

Future<void> close()

Closes the underlying resources including models used for reply inference.

Implementation

Future<void> close() =>
    _channel.invokeMethod('nlp#closeSmartReply', {'id': id});