reset abstract method

Future<void> reset({
  1. String? replayPath,
})

Reset environment, optionally replay session/file. Maps to: .reset [name]

Implementation

Future<void> reset({String? replayPath});