reset method

Future<void> reset()

Implementation

Future<void> reset() async {
  return _audioChannel.invokeMethod("reset");
}