Future<String?> getOwnerID() async { SharedPreferences preferences = await SharedPreferences.getInstance(); return preferences.getString(owner_id); }