setAppBarHeight method

Future<void> setAppBarHeight(
  1. String value
)

Implementation

Future<void> setAppBarHeight(String value) async => setValue(AppConstants.appBarHeightKey, value);