customerMobileNumber property

String get customerMobileNumber

Implementation

String get customerMobileNumber => _sharedPrefs?.getString("rilac_customerMobileNumber") ?? globalCustomerMobileNumber;