setHeight abstract method

Future<void> setHeight(
  1. double height
)

Save the height to storage.

Implementation

Future<void> setHeight(double height);