getOutletId method

Future<String> getOutletId()

Implementation

Future<String> getOutletId() async => _prefs.getString(_outletId) ?? '22';