delete method

Future<void> delete()

Releases native resources that were allocated to PicovoiceManager.

Implementation

Future<void> delete() async {
  await _picovoice?.delete();
  _picovoice = null;
}