resetState method

Future<void> resetState()

Implementation

Future<void> resetState() {
  return FlutterSileroVadPlatform.instance.resetState();
}