enterContentZone abstract method
Enables content fetching and updates for the user. This method opts the user into receiving content updates and ensures that relevant data is fetched accordingly.
Implementation
Future<void> enterContentZone();
Enables content fetching and updates for the user. This method opts the user into receiving content updates and ensures that relevant data is fetched accordingly.
Future<void> enterContentZone();