Future<void> setSenderId(String x) async { SharedPreferences sp = await SharedPreferences.getInstance(); await sp.setString('id', x); }