logout method
Returns to an anonymous profile. See AppwinCommunity.logout.
Implementation
Future<void> logout() {
throw UnimplementedError('logout() has not been implemented.');
}
Returns to an anonymous profile. See AppwinCommunity.logout.
Future<void> logout() {
throw UnimplementedError('logout() has not been implemented.');
}