ChatwootStoreProvider constructor

ChatwootStoreProvider({
  1. required String apiEndpoint,
})

Implementation

ChatwootStoreProvider({required String apiEndpoint})
    : apiEndpoint = Uri.parse(apiEndpoint);