close method

Future<void> close()

Closes the identifier and releases its resources.

Implementation

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