resetScale method

Future<void> resetScale()

Implementation

Future<void> resetScale() async {
  await _state?.resetScale();
}