delete method
Releases native resources that were allocated to PicovoiceManager.
Implementation
Future<void> delete() async {
await _picovoice?.delete();
_picovoice = null;
}
Releases native resources that were allocated to PicovoiceManager.
Future<void> delete() async {
await _picovoice?.delete();
_picovoice = null;
}