reset method

Future<void> reset()

Implementation

Future<void> reset() async {
  await _fNesAsync?.reset();
}