updateMobile method

void updateMobile(
  1. String text
)

Implementation

void updateMobile(String text) {
  mobileNotifier.value = text;
}