menu
chatwoot_sdk package
documentation
data/local/dao/chatwoot_contact_dao.dart
NonPersistedChatwootContactDao
clearAll method
clearAll method
dark_mode
light_mode
clearAll
method
Future
<
void
>
clearAll
(
)
override
Implementation
Future<void> clearAll() async { _contact = null; }
chatwoot_sdk package
documentation
data/local/dao/chatwoot_contact_dao
NonPersistedChatwootContactDao
clearAll method
NonPersistedChatwootContactDao class