Future<String> getSenderId() async { SharedPreferences sp = await SharedPreferences.getInstance(); return sp.getString('id') ?? ''; }