connectChatGPTNative static method

Future<void> connectChatGPTNative()

Connect to ChatGPT natively (consent -> login -> scrape conversations + memories)

Implementation

static Future<void> connectChatGPTNative() async {
  await ChatGPTConnectorService.connectChatGPTNative();
}