reset method

  1. @override
void reset([
  1. int? i
])
override

Implementation

@override
void reset([int? i]) {
  throw UnimplementedError();
}