connectChatGPTNative static method
Connect to ChatGPT natively (consent -> login -> scrape conversations + memories)
Implementation
static Future<void> connectChatGPTNative() async {
await ChatGPTConnectorService.connectChatGPTNative();
}
Connect to ChatGPT natively (consent -> login -> scrape conversations + memories)
static Future<void> connectChatGPTNative() async {
await ChatGPTConnectorService.connectChatGPTNative();
}