updateInstallationUsage method

void updateInstallationUsage(
  1. String val
)

Implementation

void updateInstallationUsage(String val) =>
    emit(state.copyWith(installationUsage: val));