ChatwootStoreProvider constructor
ChatwootStoreProvider({
- required String apiEndpoint,
Implementation
ChatwootStoreProvider({required String apiEndpoint})
: apiEndpoint = Uri.parse(apiEndpoint);